Skip to content

Commit eb60011

Browse files
committed
chore: update node version
1 parent 0bba77b commit eb60011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: '16.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: "20.x"
21+
node-version: "22.x"
2222

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

0 commit comments

Comments
 (0)