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 e03a54e commit a6c796eCopy full SHA for a6c796e
.github/workflows/deploy.yml
@@ -19,11 +19,11 @@ jobs:
19
echo $GITREV
20
sed -i "s/^\(.*\"version\".*\)\"\([^\"]\+\)\"\(.*\)\$/\1\"\2-g$GITREV\"\3/" package.json
21
if: github.event_name != 'release'
22
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
23
with:
24
# Needs to be explicitly specified for auth to work
25
registry-url: 'https://registry.npmjs.org'
26
- - run: npm install -g npm@latest
+ - run: npm install
27
- uses: actions/upload-artifact@v4
28
29
name: npm
0 commit comments