Skip to content

Commit

Permalink
Merge pull request #1633 from jovotech/v4/fix/node-version
Browse files Browse the repository at this point in the history
Remove node 14.x from workflow
  • Loading branch information
aswetlow authored May 14, 2024
2 parents 73dcff5 + c570970 commit 1deafa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
os: [ubuntu-latest]
steps:

Expand Down

0 comments on commit 1deafa4

Please sign in to comment.