Skip to content

Commit

Permalink
up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-party committed Jul 20, 2024
1 parent a4cfe68 commit 622fcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

Expand Down

0 comments on commit 622fcc8

Please sign in to comment.