Skip to content

Commit

Permalink
Update RELEASE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johntalton authored Aug 16, 2022
1 parent 96c5d74 commit 263f497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Publish to NPM
- uses: actions/setup-node@v3.4.1
with:
node-version: '14'
node-version: 18
registry-url: 'https://registry.npmjs.org/'
- run: npm install
- run: npm run build --if-present
Expand All @@ -21,7 +21,7 @@ jobs:
# Publish to GitHub
- uses: actions/setup-node@v3.4.1
with:
node-version: '14'
node-version: 18
registry-url: 'https://npm.pkg.github.com/'
- run: npm publish
env:
Expand Down

0 comments on commit 263f497

Please sign in to comment.