Skip to content

Commit cb426da

Browse files
authored
chore: use latest Node.js (#5802)
1 parent 672ad7b commit cb426da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: '16.8'
28+
node-version: '*'
2929
check-latest: true
3030
- name: log versions
3131
run: node --version && npm --version && yarn --version

0 commit comments

Comments
 (0)