Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1d6c8b6

Browse files
committedFeb 28, 2025·
chore: use node 22
1 parent d98a950 commit 1d6c8b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: "18.x"
16+
node-version: "22.x"
1717
- run: npm install
1818
- run: touch .env
1919
- run: npm run build

‎.github/workflows/update-generated-code.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup node
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: "18.x"
21+
node-version: "22.x"
2222

2323
- name: Install npm dependencies
2424
run: npm ci

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.15.1
1+
v22.12.0

0 commit comments

Comments
 (0)
Please sign in to comment.