Skip to content

Commit

Permalink
chore(workflow): update setup-node action (#4696)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Jan 29, 2024
1 parent 7a09c75 commit 1975b95
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ jobs:
echo TEMP="D:\Temp" >> $env:GITHUB_ENV
echo TMP="D:\Temp" >> $env:GITHUB_ENV
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
# retry once, install on windows is flaky...
run: npm ci || npm ci
Expand Down

0 comments on commit 1975b95

Please sign in to comment.