mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 10:41:21 +00:00
ci: use version 20
in the Setup Node.js
steps (#130)
This commit is contained in:
parent
b2c5be25ce
commit
27e324dd89
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4.0.0
|
||||
with:
|
||||
node-version: latest
|
||||
node-version: 20
|
||||
|
||||
- name: Install Dependencies
|
||||
uses: threeal/yarn-install-action@v1.0.0
|
||||
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4.0.0
|
||||
with:
|
||||
node-version: latest
|
||||
node-version: 20
|
||||
|
||||
- name: Install Dependencies
|
||||
uses: threeal/yarn-install-action@v1.0.0
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4.0.0
|
||||
with:
|
||||
node-version: latest
|
||||
node-version: 20
|
||||
|
||||
- name: Install Dependencies
|
||||
uses: threeal/yarn-install-action@v1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user