Skip to content

Commit 861014b

Browse files
committed
chore: upgdate pnpm 9 and node 18
1 parent a303256 commit 861014b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/checks.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
cache: 'pnpm'
2222
- name: Install dependencies
2323
run: pnpm install
@@ -35,11 +35,11 @@ jobs:
3535
- name: Install pnpm
3636
uses: pnpm/action-setup@v2
3737
with:
38-
version: 8
38+
version: 9
3939
- name: Install Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 16
42+
node-version: 18
4343
cache: 'pnpm'
4444
- name: Install dependencies
4545
run: pnpm install

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v2
1414
with:
15-
version: 8
15+
version: 9
1616
- name: Install Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: 'pnpm'
2121
- name: Install dependencies
2222
run: pnpm install

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v2
1414
with:
15-
version: 8
15+
version: 9
1616
- name: Install Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
cache: 'pnpm'
2121
registry-url: 'https://registry.npmjs.org'
2222
- name: Install dependencies

.github/workflows/website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:

0 commit comments

Comments
 (0)