Skip to content

Commit

Permalink
update node version on GH workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty committed Jun 4, 2023
1 parent ce158c6 commit 70bc2f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '20.2.0'
- run: npm install
- run: npm run build
- run: npm run test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '20.2.0'
registry-url: 'https://npm.pkg.github.com'
scope: '@bitpatty'
- run: npm install
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '20.2.0'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 70bc2f4

Please sign in to comment.