Skip to content

Commit b4a54ad

Browse files
committed
Test with Node 20
1 parent e668696 commit b4a54ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: '16'
20+
node-version: '18'
2121

2222
- name: Install dependencies
2323
run: npm ci
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
operating-system: ['ubuntu-latest', 'windows-latest']
6060
# https://nodejs.org/en/about/releases/
61-
node-version: ['12', '14', '16', '18']
61+
node-version: ['12', '14', '16', '18', '20']
6262

6363
steps:
6464
- name: Checkout
@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup Node.js
9696
uses: actions/setup-node@v2
9797
with:
98-
node-version: '16'
98+
node-version: '18'
9999

100100
- name: Install dependencies
101101
run: npm ci

0 commit comments

Comments
 (0)