Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 1deafa4

Browse files
authored
Merge pull request #1633 from jovotech/v4/fix/node-version
Remove node 14.x from workflow
2 parents 73dcff5 + c570970 commit 1deafa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
node-version: [14.x, 16.x]
16+
node-version: [16.x]
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
steps:
1919

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
node-version: [14.x]
16+
node-version: [16.x]
1717
os: [ubuntu-latest]
1818
steps:
1919

0 commit comments

Comments
 (0)