Skip to content

Commit 5d33564

Browse files
committed
Remove Node.js 10 support
1 parent 91d72b5 commit 5d33564

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,3 @@ jobs:
5151
run: pnpm unit
5252
env:
5353
FORCE_COLOR: 2
54-
old:
55-
runs-on: ubuntu-latest
56-
name: Node.js 10 Quick
57-
steps:
58-
- name: Checkout the repository
59-
uses: actions/checkout@v2
60-
- name: Install pnpm
61-
uses: pnpm/action-setup@v1
62-
with:
63-
version: 3
64-
env:
65-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
66-
- name: Install Node.js 10
67-
uses: actions/setup-node@v2
68-
with:
69-
node-version: 10
70-
- name: Install dependencies
71-
run: pnpm install --frozen-lockfile --ignore-scripts
72-
- name: Run unit tests
73-
run: pnpm unit
74-
env:
75-
FORCE_COLOR: 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "c8 pnpm unit && eslint ."
2020
},
2121
"engines": {
22-
"node": ">=10.0"
22+
"node": "^12 || ^14 || >= 16"
2323
},
2424
"exports": {
2525
".": {

0 commit comments

Comments
 (0)