Skip to content

Commit 6f3e7b0

Browse files
committed
REMOVE node 14.x support in github action config.
1 parent a578ae6 commit 6f3e7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node-version: [14.x, 16.x, 18.x, 20.x]
30+
node-version: [16.x, 18.x, 20.x]
3131
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3232
steps:
3333
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)