Skip to content

Commit

Permalink
Update Node.js matrix in pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Oct 25, 2024
1 parent fc01fa1 commit 0492301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: "Use Node.js 18"
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
cache: npm
- name: "Install application"
run: npm install --ignore-scripts
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
steps:
- name: "Check out Git repository"
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
cache: npm
- run: npm install
- uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 0492301

Please sign in to comment.