Skip to content

Commit 696507a

Browse files
chore: add tests for Node 20 (#119)
1 parent 4f4a414 commit 696507a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818
- uses: actions/setup-node@v3
1919
with:
20-
node-version: '16.x'
20+
node-version: 18
2121

2222
- name: Install Packages
2323
run: npm install
@@ -30,12 +30,12 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest]
33-
node: [18.x, 16.x, 14.x, 12.x, '12.22.0']
33+
node: [12.22.0, 12, 14, 16, 18, 20]
3434
include:
3535
- os: windows-latest
36-
node: '16.x'
36+
node: 18
3737
- os: macOS-latest
38-
node: '16.x'
38+
node: 18
3939
runs-on: ${{ matrix.os }}
4040
permissions:
4141
contents: read

0 commit comments

Comments
 (0)