Skip to content

Commit

Permalink
chore: drop support for Node v12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Node v12
  • Loading branch information
BrunnerLivio committed Jun 16, 2023
1 parent 6960af6 commit 260d170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

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

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

0 comments on commit 260d170

Please sign in to comment.