Skip to content

Commit

Permalink
ci: use latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 13, 2025
1 parent 29e4595 commit 07b06a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [20]
node_version: [22]
include:
- os: macos-14
node_version: 20
- os: macos-latest
node_version: 22
- os: windows-latest
node_version: 20
node_version: 22
fail-fast: false

steps:
Expand Down

0 comments on commit 07b06a5

Please sign in to comment.