Skip to content

Commit

Permalink
ci: pin Node.js to v22.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 20, 2024
1 parent 475b85c commit 63f7f66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: 22.4.1
# cache: 'yarn'

- name: Fetch deps
run: |
yarn --mutex network --frozen-lockfile --network-concurrency 25 --silent --disable-self-update-check
ls -l node_modules/.bin
pwd
ls -l ./node_modules/.bin
- name: Build
run: yarn build
Expand Down

0 comments on commit 63f7f66

Please sign in to comment.