Skip to content

Commit 1af808d

Browse files
committed
Removed node 14 support
1 parent 116e151 commit 1af808d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
node: [ 14, 16, 18 ]
22+
node: [ 16, 18 ]
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
name: Build for Node ${{ matrix.node }} version
2525
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node: [ 14, 16, 18 ]
19+
node: [ 16, 18 ]
2020

2121
name: Build for Node ${{ matrix.node }} version
2222
steps:

0 commit comments

Comments
 (0)