Skip to content

Commit

Permalink
Update actions and node versions to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Karkunow committed Jan 6, 2025
1 parent 282b6e6 commit 27e555b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: latest
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: pnpm

- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: latest
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit 27e555b

Please sign in to comment.