Skip to content

Commit 71933c3

Browse files
committed
Bump CI node version to 20
Required for the built-in test runner used by `npm test`, which is only stable on Node >=20.
1 parent 904f831 commit 71933c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- uses: actions/setup-node@v2
1212
with:
13-
node-version: '16'
13+
node-version: '20'
1414

1515
- run: npm install
1616
working-directory: node-drivers

0 commit comments

Comments
 (0)