Skip to content

Commit ec3032a

Browse files
authored
chore: bump node/pnpm (#171)
1 parent af005bf commit ec3032a

File tree

4 files changed

+977
-931
lines changed

4 files changed

+977
-931
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest]
38-
node_version: [14, 16, 18]
38+
node_version: [16, 18, 20]
3939
include:
4040
# Active LTS + other OS
4141
- os: macos-latest
42-
node_version: 16
42+
node_version: 18
4343
- os: windows-latest
44-
node_version: 16
44+
node_version: 18
4545
fail-fast: false
4646

4747
name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
@@ -94,7 +94,7 @@ jobs:
9494
if: github.repository == 'vitejs/vite-plugin-react'
9595
timeout-minutes: 10
9696
runs-on: ubuntu-latest
97-
name: "Lint: node-16, ubuntu-latest"
97+
name: "Lint: node-18, ubuntu-latest"
9898
steps:
9999
- uses: actions/checkout@v3
100100
with:
@@ -103,10 +103,10 @@ jobs:
103103
- name: Install pnpm
104104
uses: pnpm/action-setup@v2.2.4
105105

106-
- name: Set node version to 16
106+
- name: Set node version to 18
107107
uses: actions/setup-node@v3
108108
with:
109-
node-version: 16
109+
node-version: 18
110110
cache: "pnpm"
111111

112112
- name: Install deps

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ jobs:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3535

3636
- uses: ArnaudBarre/github-release@v1
37+
with:
38+
path: packages/plugin-react/CHANGELOG.md

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"eslint --cache --fix"
7474
]
7575
},
76-
"packageManager": "pnpm@7.30.5"
76+
"packageManager": "pnpm@8.6.0"
7777
}

0 commit comments

Comments
 (0)