Skip to content

Commit

Permalink
chore: drop node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Feb 2, 2022
1 parent 70216c8 commit 8ff0acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x]
node-version: [14.x, 15.x]
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
Expand Down

0 comments on commit 8ff0acc

Please sign in to comment.