Skip to content

Commit

Permalink
ci: upgrade workflows to use node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
baruchiro committed Jul 11, 2024
1 parent de0e614 commit ea1e915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodeCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x]
node-version: [18.19.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18.19.x
registry-url: https://registry.npmjs.org/
- name: prepare default version
run: npm run prepare:default
Expand Down

0 comments on commit ea1e915

Please sign in to comment.