Skip to content

Commit

Permalink
feat(node): deprecate v12
Browse files Browse the repository at this point in the history
BREAKING CHANGES: Removes Node.js@12 from test matrix
  • Loading branch information
simonecorsi committed Apr 28, 2022
1 parent 49a9151 commit 0e9d04b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 17.x]
os: [ubuntu-latest]
node-version: [14.x, 16.x, 18.x]

runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14.x, 16.x, 17.x]
os: [ubuntu-latest]
node-version: [14.x, 16.x, 18.x]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 0e9d04b

Please sign in to comment.