Skip to content

Commit

Permalink
ci: add node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Aug 26, 2024
1 parent 9473999 commit 3d4a826
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 @@ -23,7 +23,7 @@ jobs:
# https://github.com/actions/virtual-environments#available-environments
os: [ubuntu-latest, macos-latest, windows-latest]
# https://github.com/nodejs/Release#release-schedule
node: [18, 20]
node: [18, 20, 22]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.0.0
Expand Down

0 comments on commit 3d4a826

Please sign in to comment.