Skip to content

Commit 6180247

Browse files
authored
ci: update node version of workflows (#188)
1 parent 6b89fa1 commit 6180247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 20.x
21+
node-version: 22.x
2222
registry-url: "https://registry.npmjs.org"
2323
cache: "npm"
2424
- name: Install dependencies 📦

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup Node
1111
uses: actions/setup-node@v4
1212
with:
13-
node-version: 20.x
13+
node-version: 22.x
1414
registry-url: "https://registry.npmjs.org"
1515
- name: Install dependencies 📦
1616
run: npm ci

0 commit comments

Comments
 (0)