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 ba2a5d4 commit 5ccf0eaCopy full SHA for 5ccf0ea
.github/workflows/nodejs.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: ['12', '14', '16']
+ node-version: ['14', '16', '18']
15
steps:
16
- uses: actions/checkout@v2
17
- name: Use Node.js ${{ matrix.node-version }}
package.json
@@ -42,6 +42,6 @@
42
"printWidth": 120
43
},
44
"engines": {
45
- "node": "^12 || ^14 || ^16"
+ "node": "^14 || ^16 || ^18"
46
}
47
0 commit comments