Skip to content

Commit

Permalink
Use only Node.js 16 & 18 in CI
Browse files Browse the repository at this point in the history
kelson42 committed Dec 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent dd14b0a commit 22e9410
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [16, 18]

steps:
- uses: actions/checkout@v2
@@ -47,7 +47,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [16, 18]

steps:
- uses: actions/checkout@v2
@@ -76,7 +76,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [16, 18]

steps:
- uses: actions/checkout@v2

0 comments on commit 22e9410

Please sign in to comment.