Skip to content

Commit a6c796e

Browse files
committed
Testing newer setup-node
1 parent e03a54e commit a6c796e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
echo $GITREV
2020
sed -i "s/^\(.*\"version\".*\)\"\([^\"]\+\)\"\(.*\)\$/\1\"\2-g$GITREV\"\3/" package.json
2121
if: github.event_name != 'release'
22-
- uses: actions/setup-node@v4
22+
- uses: actions/setup-node@v6
2323
with:
2424
# Needs to be explicitly specified for auth to work
2525
registry-url: 'https://registry.npmjs.org'
26-
- run: npm install -g npm@latest
26+
- run: npm install
2727
- uses: actions/upload-artifact@v4
2828
with:
2929
name: npm

0 commit comments

Comments
 (0)