Skip to content

Commit

Permalink
Merge pull request #1786 from stscoundrel/ci-node-22
Browse files Browse the repository at this point in the history
CI: add Node.js 22
  • Loading branch information
vladikoff authored Nov 3, 2024
2 parents ee5b2a3 + c4f037d commit aa15bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [16, 18, 20]
node: [16, 18, 20, 22]
os: [ubuntu-latest, windows-latest]

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit aa15bdc

Please sign in to comment.