Skip to content

Commit

Permalink
ci: add node 22 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Aug 27, 2024
1 parent 9473999 commit 7841cbc
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 7841cbc

Please sign in to comment.