Skip to content

Commit 4421ba3

Browse files
authored
deps: upgrade ci node version to 22 (#4184)
1 parent 0b3c2c7 commit 4421ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/install/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ runs:
1010
shell: bash
1111
run: pnpm i -g [email protected]
1212

13-
- name: Use Node.js 18
13+
- name: Use Node.js lts
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
cache: pnpm
1818
registry-url: 'https://registry.npmjs.org'
1919

0 commit comments

Comments
 (0)