Skip to content

Commit

Permalink
Bump actions, use .nvmrc file (#462)
Browse files Browse the repository at this point in the history
* Bump actions, use nvmrc file

* Workaround yarn v4 issue
  • Loading branch information
amitdahan committed Jan 1, 2024
1 parent f47bcb5 commit 60f1eda
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
env:
SKIP_YARN_COREPACK_CHECK: true
with:
node-version: 18
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Enable Corepack
run: corepack enable
Expand Down

0 comments on commit 60f1eda

Please sign in to comment.