Skip to content

Commit

Permalink
chore(package): drop support for node v10
Browse files Browse the repository at this point in the history
BREAKING CHANGES: node v10 no longer supporte
  • Loading branch information
fent committed Jun 6, 2021
1 parent a8b3f3b commit a7cb33d
Show file tree
Hide file tree
Showing 6 changed files with 4,034 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
- uses: actions/checkout@v1

- uses: actions/setup-node@v1
with:
node-version: 14.x

- name: npm install, build, and lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
run: npm ci
- name: Release
Expand Down
Loading

0 comments on commit a7cb33d

Please sign in to comment.