Skip to content

Commit

Permalink
Add Node 18 and 22.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrause committed May 25, 2024
1 parent 17b6b4f commit 8a86ff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node CI
name: CI

on: [push]

Expand All @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8a86ff6

Please sign in to comment.