Skip to content

Commit fb32ad6

Browse files
authored
Merge pull request #200 from rwjblue/drop-node-10-tests
2 parents f936127 + 9fd9c5c commit fb32ad6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v1
2121
- uses: actions/setup-node@v1
2222
with:
23-
node-version: 12.x
23+
node-version: 14.x
2424
- name: install dependencies
2525
run: yarn install
2626
- name: linting
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
node: ['10', '12', '14']
35+
node: ['12', '14', '16']
3636
os: [ubuntu-latest]
3737

3838
steps:
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v1
5454
- uses: actions/setup-node@v1
5555
with:
56-
node-version: '12.x'
56+
node-version: '14.x'
5757
- name: install dependencies
5858
run: yarn install --no-lockfile
5959
- name: test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"walk-sync": "^2.2.0"
6767
},
6868
"engines": {
69-
"node": "10.* || 12.* || >= 14"
69+
"node": "12.* || 14.* || >= 16"
7070
},
7171
"publishConfig": {
7272
"registry": "https://registry.npmjs.org"

0 commit comments

Comments
 (0)