Skip to content

Commit

Permalink
put npm cache back, but new node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanflorence committed Sep 25, 2024
1 parent 1cdb972 commit e2eb799
Show file tree
Hide file tree
Showing 2 changed files with 22,469 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:

- name: ⎔ Setup node
uses: actions/setup-node@v4
# with:
# cache: npm
# cache-dependency-path: ./package-lock.json
# node-version: 20
with:
cache: npm
cache-dependency-path: ./package-lock.json
node-version: 22

- name: 📥 Install deps
run: npm install
Expand All @@ -45,10 +45,10 @@ jobs:

- name: ⎔ Setup node
uses: actions/setup-node@v4
# with:
# cache: npm
# cache-dependency-path: ./package-lock.json
# node-version: 20
with:
cache: npm
cache-dependency-path: ./package-lock.json
node-version: 22

- name: 📥 Install deps
run: npm install
Expand All @@ -65,10 +65,10 @@ jobs:

- name: ⎔ Setup node
uses: actions/setup-node@v4
# with:
# cache: npm
# cache-dependency-path: ./package-lock.json
# node-version: 20
with:
cache: npm
cache-dependency-path: ./package-lock.json
node-version: 22

- name: 📥 Install deps
run: npm install
Expand Down
Loading

0 comments on commit e2eb799

Please sign in to comment.