Skip to content

Commit

Permalink
💚 remove node14 & node12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangWeixian committed Sep 3, 2023
1 parent 0db3597 commit 68f7ab1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x]

steps:
- name: checkout code repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: setup node.js
uses: actions/setup-node@v2
with:
node-version: 16
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit 68f7ab1

Please sign in to comment.