Skip to content

Commit

Permalink
ci: bump node@20 and pnpm@9
Browse files Browse the repository at this point in the history
  • Loading branch information
Carrotzpc committed Jul 8, 2024
1 parent 74738ad commit fcb81a2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js v18.x
- name: Setup Node.js v20.x
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install pnpm v8.x
- name: Install pnpm v9.x
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install deps
run: pnpm i
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js v18.x
- name: Setup Node.js v20.x
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install pnpm v8.x
- name: Install pnpm v9.x
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: setting token of private npm registry
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node.js v18.x
- name: Setup Node.js v20.x
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install pnpm v8.x
- name: Install pnpm v9.x
uses: pnpm/action-setup@v2
with:
version: 8
version: 9

- name: Install deps
run: pnpm i
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"stylelint": "^15",
"typescript": "^5"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.2.0",
"engines": {
"node": ">=18.12.0",
"pnpm": ">=8.1.0"
"node": ">=20.11.0",
"pnpm": ">=9.2.0"
},
"authors": [
{
Expand Down

0 comments on commit fcb81a2

Please sign in to comment.