Skip to content

Commit

Permalink
cache removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Sep 3, 2024
1 parent c827b19 commit fd2960d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'npm'
cache-dependency-path: package.json
node-version: 20.x
- run: npm ci
# this will create fresh install in puppeteer-chromium
- run: npm install puppeteer
Expand Down

0 comments on commit fd2960d

Please sign in to comment.