Skip to content

Commit 7d274a5

Browse files
committed
fix: node version in lock file 2
1 parent bf30e49 commit 7d274a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Use Node.js
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: '16'
34+
node-version: '18'
3535

3636
- name: Install Dependencies
3737
run: yarn --frozen-lockfile

0 commit comments

Comments
 (0)