We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d72b5 commit 5d33564Copy full SHA for 5d33564
2 files changed
.github/workflows/test.yml
@@ -51,25 +51,3 @@ jobs:
51
run: pnpm unit
52
env:
53
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
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
75
- FORCE_COLOR: 2
package.json
@@ -19,7 +19,7 @@
19
"test": "c8 pnpm unit && eslint ."
20
},
21
"engines": {
22
- "node": ">=10.0"
+ "node": "^12 || ^14 || >= 16"
23
24
"exports": {
25
".": {
0 commit comments