Skip to content

Commit d61d2e4

Browse files
committed
chore(node): update node in CI to v18, v20
1 parent 22e43f2 commit d61d2e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-20.04]
12-
node: [14, 16, 18]
12+
node: [18, 20]
1313
name: ${{ matrix.os }} and node ${{ matrix.node }}
1414
steps:
1515
- uses: actions/checkout@v2

.github/workflows/pr-checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- run: npm ci
1919
- name: Enforce code style
2020
run: npm run validate

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup node
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 16
24+
node-version: 20
2525
- name: Install dependencies
2626
run: |
2727
npm ci

0 commit comments

Comments
 (0)