We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672ad7b commit cb426daCopy full SHA for cb426da
.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Use Node.js
26
uses: actions/setup-node@v2
27
with:
28
- node-version: '16.8'
+ node-version: '*'
29
check-latest: true
30
- name: log versions
31
run: node --version && npm --version && yarn --version
0 commit comments