Skip to content

Commit a72d49e

Browse files
committed
update node versions to test
1 parent 3283f8a commit a72d49e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
strategy:
147147
matrix:
148-
node_version_to_setup: [16, 18, 19]
148+
node_version_to_setup: [20, 22, 23]
149149
permissions:
150150
contents: read # for actions/checkout
151151
steps:

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

0 commit comments

Comments
 (0)