Skip to content

Commit

Permalink
Add node v22 to main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
havelessbemore committed Aug 6, 2024
1 parent 974d123 commit cdfb44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node: [18, 20]
node: [18, 20, 22]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit cdfb44e

Please sign in to comment.