Skip to content

Commit e662f6d

Browse files
committed
build: Drop Node v12 support, add v18
1 parent 252c5cf commit e662f6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: ['12', '14', '16']
14+
node-version: ['14', '16', '18']
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"printWidth": 120
4343
},
4444
"engines": {
45-
"node": "^12 || ^14 || ^16"
45+
"node": "^14 || ^16 || ^18"
4646
}
4747
}

0 commit comments

Comments
 (0)