set node version
This commit is contained in:
parent
ec37247d95
commit
ef3d2683d9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -122,6 +122,10 @@ jobs:
|
|||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.9
|
||||
|
||||
- name: Run npm install in CLI
|
||||
run: npm ci
|
||||
|
||||
|
|
Loading…
Reference in a new issue