Skip to content

Commit

Permalink
restore setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
rochdev committed Nov 26, 2024
1 parent 691c4e7 commit a7f9830
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,10 @@ jobs:
curl -LO https://unofficial-builds.nodejs.org/download/release/v20.9.0/node-v20.9.0-linux-x64-glibc-217.tar.xz
tar -xf node-v20.9.0-linux-x64-glibc-217.tar.xz --strip-components 1 -C /node20217
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: '16'
- uses: ./.github/actions/install
- run: which node
- run: yarn config set ignore-engines true
Expand Down

0 comments on commit a7f9830

Please sign in to comment.