Skip to content

Commit

Permalink
ci: Upgrade pnpm and node
Browse files Browse the repository at this point in the history
  • Loading branch information
valya committed Aug 1, 2024
1 parent f4a97d0 commit 7fa2267
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Check out commit
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: pnpm

- name: Run checks
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
uses: actions/checkout@v3

- name: Set up pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4.0.0

- name: Set up Node 18
- name: Set up Node 20
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
registry-url: https://registry.npmjs.org

- name: Produce dist
Expand Down

0 comments on commit 7fa2267

Please sign in to comment.