We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c1ae5f commit e47436eCopy full SHA for e47436e
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node: [12, 14, 16]
+ node: [16]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v1
20
with:
21
- node-version: 12
+ node-version: 16
22
- name: Install dependencies
23
run: npm ci
24
- name: Lint
0 commit comments