Skip to content

Commit

Permalink
CI: add Node.js 22
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 26, 2024
1 parent add7a1c commit 8249cfa
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 @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- "main"
- main
pull_request:
workflow_dispatch:

Expand All @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node: [18, 20]
node: [18, 20, 22]

steps:
- name: Clone repository
Expand Down

0 comments on commit 8249cfa

Please sign in to comment.