chore!: Dropped support for Node 12
This commit is contained in:
committed by
Michael Terry
parent
af837fcac8
commit
abc374b60a
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -2,7 +2,7 @@ name: validate
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- '**'
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [12, 14, 16]
|
||||
node: [16]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
|
||||
Reference in New Issue
Block a user