Skip to content

Commit 80dfd32

Browse files
committed
Remove old Node.js support
1 parent ffcc986 commit 80dfd32

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- 22
3535
- 20
3636
- 18
37-
- 16
3837
name: Node.js ${{ matrix.node-version }} Quick
3938
steps:
4039
- name: Checkout the repository
@@ -52,28 +51,3 @@ jobs:
5251
run: pnpm install --frozen-lockfile --ignore-scripts
5352
- name: Run unit tests
5453
run: pnpm unit
55-
old:
56-
runs-on: ubuntu-latest
57-
strategy:
58-
matrix:
59-
node-version:
60-
- 14
61-
- 12
62-
name: Node.js ${{ matrix.node-version }} Quick
63-
steps:
64-
- name: Checkout the repository
65-
uses: actions/checkout@v4
66-
- name: Install pnpm
67-
uses: pnpm/action-setup@v1
68-
with:
69-
version: 3
70-
env:
71-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
72-
- name: Install Node.js ${{ matrix.node-version }}
73-
uses: actions/setup-node@v3
74-
with:
75-
node-version: ${{ matrix.node-version }}
76-
- name: Install dependencies
77-
run: pnpm install --frozen-lockfile --ignore-scripts
78-
- name: Run unit tests
79-
run: pnpm unit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
],
3232
"engines": {
33-
"node": ">=12.0"
33+
"node": ">=18.0"
3434
},
3535
"exports": {
3636
".": {

0 commit comments

Comments
 (0)