ci: pin Node to 22.9.0 (available in setup-node manifest)
This commit is contained in:
parent
4d90270886
commit
dc0014b85d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.21.1'
|
||||
node-version: '22.9.0'
|
||||
cache: pnpm
|
||||
|
||||
- name: Node version
|
||||
|
|
|
|||
Loading…
Reference in a new issue