Skip to content

Commit

Permalink
chore: drop nodejs12 from github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Sep 17, 2022
1 parent baff720 commit 526d5a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['12', '14', '16']
node-version: ['14', '16', '18']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: ['12', '14', '16']
node-version: ['14', '16', '18']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['12.x', '14.x', '16.x']
node-version: ['14.x', '16.x', '18.x']
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 526d5a5

Please sign in to comment.