mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
ci: use Node.js v20 (#1100)
This commit is contained in:
parent
a66e3a2bfb
commit
69f71f66af
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -22,6 +22,12 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js version
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
check-latest: true
|
||||
|
||||
- name: Setup toolchain
|
||||
run: |
|
||||
rustup toolchain install stable --profile minimal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue