Skip to content

Commit 2eebdc5

Browse files
authored
Update node versions tested in CI (#19)
* Update node versions tested in CI * Add node-version file
1 parent 7450d03 commit 2eebdc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nodejs.yml

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

1616
strategy:
1717
matrix:
18-
node-version: [14.x, 16.x, 17.x]
18+
node-version: [18.x, 20.x, 22.x]
1919

2020
steps:
2121
- uses: actions/checkout@v2

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.15.1

0 commit comments

Comments
 (0)