Skip to content

Commit 0492301

Browse files
committed
Update Node.js matrix in pipelines
1 parent fc01fa1 commit 0492301

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Use Node.js 18"
2525
uses: actions/setup-node@v2
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: npm
2929
- name: "Install application"
3030
run: npm install --ignore-scripts
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
strategy:
3636
matrix:
37-
node-version: [16, 18, 20]
37+
node-version: [18, 20, 22]
3838
steps:
3939
- name: "Check out Git repository"
4040
uses: actions/checkout@v2

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: 18
13+
node-version: 20
1414
cache: npm
1515
- run: npm install
1616
- uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)