Skip to content

Commit

Permalink
chore: update canary gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jun 17, 2024
1 parent 49616ff commit 5d0b9d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # Checkout all branches and tags

- name: 'Use NodeJS 16' # Setup node using version 14
- name: 'Use NodeJS 18' # Setup node using version 14
uses: actions/setup-node@v2 # Public action
with:
node-version: '16.18.1'
node-version: '18.17.0'

- name: 'Setup [email protected]'
run: yarn global add [email protected] --ignore-engines
Expand All @@ -31,6 +31,7 @@ jobs:
- name: Build dependencies
run: |
lerna clean --yes
node etc/bootstrapEnv
yarn install --ignore-engines
yarn build
Expand Down

0 comments on commit 5d0b9d1

Please sign in to comment.