Skip to content

Commit

Permalink
chore: bump node/pnpm (vitejs#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre committed Jun 4, 2023
1 parent af005bf commit ec3032a
Show file tree
Hide file tree
Showing 4 changed files with 977 additions and 931 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [14, 16, 18]
node_version: [16, 18, 20]
include:
# Active LTS + other OS
- os: macos-latest
node_version: 16
node_version: 18
- os: windows-latest
node_version: 16
node_version: 18
fail-fast: false

name: "Build&Test: node-${{ matrix.node_version }}, ${{ matrix.os }}"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
if: github.repository == 'vitejs/vite-plugin-react'
timeout-minutes: 10
runs-on: ubuntu-latest
name: "Lint: node-16, ubuntu-latest"
name: "Lint: node-18, ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -103,10 +103,10 @@ jobs:
- name: Install pnpm
uses: pnpm/[email protected]

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "pnpm"

- name: Install deps
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- uses: ArnaudBarre/github-release@v1
with:
path: packages/plugin-react/CHANGELOG.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.30.5"
"packageManager": "pnpm@8.6.0"
}
Loading

0 comments on commit ec3032a

Please sign in to comment.