Skip to content

Commit

Permalink
Use node 18 for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
simondotm committed Mar 30, 2024
1 parent 26d3749 commit ac09287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18
registry-url: 'https://npm.pkg.github.com/simondotm'
#scope: '@simondotm'
#- run: npm run addscope
Expand All @@ -57,7 +57,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci

Expand Down

0 comments on commit ac09287

Please sign in to comment.