mirror of
https://github.com/swc-project/swc.git
synced 2024-11-26 09:54:22 +03:00
chore(ci): Ensure to honor node package manager (#6437)
This commit is contained in:
parent
e6e71b5b37
commit
8ca3cc7875
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -142,6 +142,7 @@ jobs:
|
||||
- name: Install node dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
corepack enable
|
||||
yarn
|
||||
|
||||
# Ensure that all components are compilable.
|
||||
@ -166,12 +167,13 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16"
|
||||
node-version: "18"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install node dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
corepack enable
|
||||
yarn
|
||||
|
||||
- name: Build
|
||||
|
5457
bindings/binding_core_wasm/yarn.lock
Normal file
5457
bindings/binding_core_wasm/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user