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 7803c0d commit abd6151Copy full SHA for abd6151
.github/workflows/ci.yml
@@ -14,13 +14,13 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- node_version: ['12', '14', '16']
+ node_version: ['14', '16', '18']
18
os: [ubuntu-latest, windows-latest, macOS-latest]
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: Use Node.js ${{ matrix.node_version }}
23
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
24
with:
25
node-version: ${{ matrix.node_version }}
26
- run: npm install
package.json
@@ -17,7 +17,7 @@
"au": "bin/aurelia-cli.js"
},
"engines": {
- "node": ">=10.12.0"
+ "node": ">=14.0.0"
"scripts": {
"lint": "gulp lint",
0 commit comments