Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Dec 14, 2023
1 parent 2aeaef1 commit 916b6a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ runs:
package_json_file: package.json
version: 8

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 19
cache: pnpm
# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 19
# cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 916b6a8

Please sign in to comment.