Skip to content

Commit

Permalink
fix(toolchain): update tested node versions on github actions
Browse files Browse the repository at this point in the history
OUI-3074
  • Loading branch information
gillerr committed May 3, 2024
1 parent 90530fb commit 83f058a
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 @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x, 22.x]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 83f058a

Please sign in to comment.