Skip to content

Commit

Permalink
ci: drop node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Apr 24, 2023
1 parent eaad676 commit 881f4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [16, 18]
example-name:
[
example-jest,
Expand Down

0 comments on commit 881f4ae

Please sign in to comment.