Skip to content

Commit

Permalink
fixed CI to use latest node LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jan 25, 2023
1 parent 96423b7 commit 7d764f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
with:
name: pack-artifact

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/

- run: npm publish ./pack-artifact/package.tgz
Expand Down Expand Up @@ -94,9 +94,9 @@ jobs:
jq -r --arg NAME $PACKAGE_NAME '.name |= $NAME' temp.json > package.json
rm temp.json
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
registry-url: https://npm.pkg.github.com/

- run: npm publish ./pack-artifact/package.tgz
Expand Down

0 comments on commit 7d764f1

Please sign in to comment.