Skip to content

Commit 555ab2f

Browse files
committed
ci: bump Node to 18 so npm ci can read lockfileVersion 3
1 parent 9772bb3 commit 555ab2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 14
21+
node-version: 18
2222
cache: npm
2323
- name: Install dependencies
2424
run: npm ci

0 commit comments

Comments
 (0)