Skip to content

Commit

Permalink
feat: ✨ update node version to active branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stormslowly committed Dec 12, 2024
1 parent 900723c commit 14591cb
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 @@ -16,8 +16,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [12, 14]
os: [ubuntu-latest, macos-13, windows-latest]
node_version: [18, 20, 22]
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 14591cb

Please sign in to comment.