Skip to content

Commit

Permalink
update ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty committed Oct 27, 2023
1 parent 3aa4dfa commit 53cbbf7
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,6 +11,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.16.0'
node-version: '20.9.0'
- run: npm install
- run: npm run build
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.16.0'
node-version: '20.9.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.16.0'
node-version: '20.9.0'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run build
Expand Down

0 comments on commit 53cbbf7

Please sign in to comment.