Skip to content

Commit

Permalink
I thought Node 22 existed already
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Apr 7, 2024
1 parent b76d804 commit 7ed0e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["18", "20", "22"]
node: ["18", "20", "21"]
name: Node ${{ matrix.node }}
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7ed0e46

Please sign in to comment.