Skip to content

Commit 0b11340

Browse files
committed
ci: update node and pnpm versions
1 parent 641dca9 commit 0b11340

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest] # macos-latest, windows-latest
18-
node: [16]
18+
node: [18]
1919

2020
steps:
2121
- name: Checkout
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install PNPM
2828
uses: pnpm/[email protected]
2929
with:
30-
version: 6.24.3
30+
version: 8.7.0
3131

3232
- name: Use Node.js ${{ matrix.node }}
3333
uses: actions/setup-node@v2

.github/workflows/targets.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest] # macos-latest, windows-latest
18-
node: [16]
18+
node: [18]
1919

2020
steps:
2121
- name: Checkout
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install PNPM
2828
uses: pnpm/[email protected]
2929
with:
30-
version: 6.24.3
30+
version: 8.7.0
3131

3232
- name: Use Node.js ${{ matrix.node }}
3333
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)