Skip to content

Commit

Permalink
chore: enable corepack
Browse files Browse the repository at this point in the history
actions/setup-node#531

Signed-off-by: Sebastian Davids <[email protected]>
  • Loading branch information
sdavids committed Oct 27, 2023
1 parent 573d62e commit 9dee9d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ runs:
node-version-file: ${{ inputs.node-version-file }}
cache-dependency-path: ${{ inputs.dependencies-lock-file }}
cache: npm
- name: Enable Corepack
shell: bash
working-directory: ${{ inputs.working-directory }}
run: corepack enable npm
- name: Install dependencies
shell: bash
working-directory: ${{ inputs.working-directory }}
Expand Down
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ vi ~/Library/Application\ Support/com.fournova.Tower3/environment.plist
remove ESLINT_USE_FLAT_CONFIG in deploy-now.yaml and the plist above
+
remove .envrc in cleanup.sh

* use official corepack support from setup-node action
+
https://github.com/actions/setup-node/issues/531

0 comments on commit 9dee9d3

Please sign in to comment.