Skip to content

Commit

Permalink
Remove Node.js 10 and 12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jun 7, 2022
1 parent 9a967ea commit 77c05f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,33 +52,6 @@ jobs:
run: pnpm unit
env:
FORCE_COLOR: 2
old:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 12
- 10
name: Node.js ${{ matrix.node-version }} Quick
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v1
with:
version: 3
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run unit tests
run: pnpm unit
env:
FORCE_COLOR: 2
benchmark:
name: Benchmark
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "vite test/demo/ --open"
},
"engines": {
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
"node": "^14 || ^16 || >=18"
},
"author": "Andrey Sitnik <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 77c05f0

Please sign in to comment.