Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 54afc99

Browse files
authored
Let’s demonstrate that Node.js v16.x passes the tests
1 parent 3704ca0 commit 54afc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/configure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
node-version: [18.x, 20.x, latest]
11+
node-version: [16.x, 18.x, 20.x, latest]
1212
os: [windows-latest, ubuntu-latest, macos-latest]
1313
steps:
1414
- name: Checkout repository

0 commit comments

Comments
 (0)