Skip to content

Commit a8eabdc

Browse files
committed
chore: run workflow with node 16.x (instead of 15.x)
1 parent fc65feb commit a8eabdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v2
1515
name: 'Setup node'
1616
with:
17-
node-version: '15.x'
17+
node-version: '16.x'
1818

1919
- name: 'Install npm dependencies'
2020
run: yarn install

0 commit comments

Comments
 (0)