Skip to content

Commit

Permalink
ci: run test on node18,20
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Jul 8, 2024
1 parent 1fecdda commit f65997e
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 @@ -7,7 +7,7 @@ on:
pull_request:

env:
default_node_version: 14
default_node_version: 18

jobs:
test:
Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["14", "16", "18"]
node-version: [18, 20]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f65997e

Please sign in to comment.