Skip to content

Commit

Permalink
ci(actions): ensure to honor pkgmgr
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Nov 14, 2022
1 parent 66a308b commit f1a2e78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -142,6 +142,7 @@ jobs:
- name: Install node dependencies
shell: bash
run: |
corepack enable
yarn
# Ensure that all components are compilable.
Expand All @@ -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
Expand Down

0 comments on commit f1a2e78

Please sign in to comment.