Skip to content

Commit 52ebd9c

Browse files
committed
Remove Node 12, 14, 16 support
1 parent cb8fcdc commit 52ebd9c

2 files changed

Lines changed: 1 addition & 27 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
matrix:
3333
node-version:
3434
- 18
35-
- 16
3635
name: Node.js ${{ matrix.node-version }} Quick
3736
steps:
3837
- name: Checkout the repository
@@ -50,28 +49,3 @@ jobs:
5049
run: pnpm install --frozen-lockfile --ignore-scripts
5150
- name: Run unit tests
5251
run: pnpm unit
53-
old:
54-
runs-on: ubuntu-latest
55-
strategy:
56-
matrix:
57-
node-version:
58-
- 14
59-
- 12
60-
name: Node.js ${{ matrix.node-version }} Quick
61-
steps:
62-
- name: Checkout the repository
63-
uses: actions/checkout@v4
64-
- name: Install pnpm
65-
uses: pnpm/action-setup@v1
66-
with:
67-
version: 3
68-
env:
69-
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
70-
- name: Install Node.js ${{ matrix.node-version }}
71-
uses: actions/setup-node@v3
72-
with:
73-
node-version: ${{ matrix.node-version }}
74-
- name: Install dependencies
75-
run: pnpm install --no-frozen-lockfile --ignore-scripts
76-
- name: Run unit tests
77-
run: pnpm unit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test": "pnpm run /^test:/"
2121
},
2222
"engines": {
23-
"node": ">=12.0"
23+
"node": ">=18.0"
2424
},
2525
"main": "lib/safe-parse",
2626
"funding": [

0 commit comments

Comments
 (0)