Skip to content

Commit

Permalink
Use node16 for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Vasileiou committed Oct 11, 2023
1 parent ffea4fa commit 2c583e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm install
- run: npm run bootstrap
- run: npm run lint
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run bootstrap
Expand Down

0 comments on commit 2c583e1

Please sign in to comment.