Skip to content

Commit 0cd7e4d

Browse files
authored
Merge pull request #192 from icelam/ci/drop-node-13
ci: drop testing for node 13
2 parents 45e3808 + c3f36cd commit 0cd7e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-18.04
1717
strategy:
1818
matrix:
19-
node-version: [12.x, 13.x, 14.x]
19+
node-version: [12.x, 14.x]
2020
env:
2121
HUSKY: 0
2222
steps:
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-yarn-
4040
- name: Install dependencies
4141
run: |
42-
yarn install --frozen-lockfile --ignore-engines
42+
yarn install --frozen-lockfile
4343
- name: Build package
4444
run: |
4545
yarn build

0 commit comments

Comments
 (0)