Skip to content

Commit

Permalink
ci: use node22 (#83)
Browse files Browse the repository at this point in the history
node 22 was released.
lets use it

Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck authored May 15, 2024
1 parent 8fa25d0 commit f45b872
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
Expand Up @@ -139,7 +139,7 @@ jobs:
node-version:
## action based on https://github.com/actions/node-versions/releases
## see also: https://nodejs.org/en/about/releases/
- '21' # Current
- '22' # Current
- '20' # LTS
- '18' # lowest supported
os:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
node-version:
## action based on https://github.com/actions/node-versions/releases
## see also: https://nodejs.org/en/about/releases/
- '21' # Current
- '22' # Current
- '20' # LTS
- '18' # lowest supported
timeout-minutes: 10
Expand Down

0 comments on commit f45b872

Please sign in to comment.