Skip to content

Commit 7d5c268

Browse files
committed
update to use Node 22 locally and on CI
1 parent ab58207 commit 7d5c268

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/nodejs.yml

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

99
strategy:
1010
matrix:
11-
# node-version: [lts/*, 21.x]
12-
node-version: [21.x]
11+
node-version: [22.x]
1312

1413
steps:
1514
- uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
22

0 commit comments

Comments
 (0)