Skip to content

Commit 658c650

Browse files
authored
Update CI config (#205)
Co-authored-by: Krister Kari <[email protected]>
1 parent 25f1b88 commit 658c650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22
on: [push, pull_request]
33
env:
44
CI: true
5-
NODE_COV: 16 # The Node.js version to run coverage on
5+
NODE_COV: 20 # The Node.js version to run coverage on
66

77
jobs:
88
run:
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node: [14, 16]
15+
node: [18, 20]
1616
os: [ubuntu-latest, windows-latest]
1717

1818
steps:

0 commit comments

Comments
 (0)