Skip to content

Commit

Permalink
chore: Bump node version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sandulat committed Feb 23, 2024
1 parent 95c3f2e commit 43cc47a
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
Expand Up @@ -34,12 +34,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [18]
node_version: [20]
include:
- os: macos-latest
node_version: 18
node_version: 20
- os: windows-latest
node_version: 18
node_version: 20
fail-fast: false

steps:
Expand Down

0 comments on commit 43cc47a

Please sign in to comment.