Skip to content

Commit d597678

Browse files
committed
feat: bump node for workflow
1 parent 091f589 commit d597678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: '15.11.0'
22+
node-version: 16
2323

2424
- name: Install
2525
run: yarn install

0 commit comments

Comments
 (0)