Skip to content

Commit

Permalink
gh_action
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBarker committed Jun 3, 2024
1 parent 963922a commit 2a467c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
- name: Install Node.js and NPM
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'yarn'

# Because of timeout issue https://github.com/yarnpkg/yarn/issues/4890
- run: yarn install --immutable --network-timeout 1000000
- run: npm install

0 comments on commit 2a467c4

Please sign in to comment.