Skip to content

Commit

Permalink
bump to node 20 in gha and readd postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
thadk committed Feb 9, 2024
1 parent 051c88e commit 642ca7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/heat-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand All @@ -59,7 +59,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand All @@ -82,7 +82,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down
1 change: 1 addition & 0 deletions heat-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"#*": "./*"
},
"scripts": {
"postinstall": "patch-package --patch-dir ./other/patches",
"build": "run-s build:*",
"build:icons": "tsx ./other/build-icons.ts",
"build:remix": "remix build --sourcemap",
Expand Down

0 comments on commit 642ca7f

Please sign in to comment.