Skip to content

Commit 199d1a9

Browse files
committed
refactor: Run tests on Node 18 & 20
1 parent af8f2c0 commit 199d1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
node-version: [14.x, 16.x]
13+
node-version: [18.x, 20.x]
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)