Skip to content

Commit

Permalink
remove node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Aug 29, 2022
1 parent 9ab1b7a commit 25d44d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
pull_request:
branches:
- "**"
- '**'
push:
branches:
- main
Expand All @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 25d44d9

Please sign in to comment.