Skip to content

Commit

Permalink
ci: update node and pnpm version (#223)
Browse files Browse the repository at this point in the history
* ci: update pnpm version

* update pnpm

* update node version
  • Loading branch information
getinnocuous committed Nov 29, 2024
1 parent 92396ec commit 52aa184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- uses: actions/setup-node@v4
with:
node-version: 19
node-version: 20
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 19
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 52aa184

Please sign in to comment.