Skip to content

Commit ac238e8

Browse files
committed
ci: update minimum node version
1 parent 7dadeee commit ac238e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

99
strategy:
1010
matrix:
11-
node-version: [16.14]
11+
node-version: [22.16]
1212

1313
steps:
1414
- uses: actions/checkout@v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.14
1+
22.16

0 commit comments

Comments
 (0)