Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed May 11, 2024
1 parent e3544ee commit 1c63f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ref: ${{ github.ref }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
- name: Cache pnpm modules
uses: actions/cache@v2
Expand All @@ -41,7 +41,7 @@ jobs:
${{ runner.os }}-
- uses: pnpm/[email protected]
with:
version: 7.0.0-rc.9
version: 9.0.6
run_install: true
- name: Metadata
id: metadata
Expand Down

0 comments on commit 1c63f47

Please sign in to comment.