We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2fa16 commit e52a3f9Copy full SHA for e52a3f9
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
echo $VERSION > .version
46
echo $NAME > .name
47
- name: Use Node.js
48
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
49
with:
50
node-version: 14.x
51
- run: npm install
0 commit comments