Skip to content

Commit

Permalink
Update release CI (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans authored Sep 2, 2024
1 parent fd3225a commit 9bf3fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ runs:
run_install: false
standalone: true
package_json_file: web/package.json
version: 8
version: 9

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 21
node-version: 20
cache: pnpm
cache-dependency-path: 'web'

Expand Down

0 comments on commit 9bf3fa7

Please sign in to comment.