Skip to content

Commit

Permalink
keep using node 16.x in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal authored and vince-fugnitto committed Aug 25, 2023
1 parent eb57f1e commit 493c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-2019, ubuntu-latest, macos-11]
node: [18.x, 20.x]
node: [16.x, 18.x, 20.x]

runs-on: ${{ matrix.os }}
timeout-minutes: 60
Expand Down

0 comments on commit 493c4f0

Please sign in to comment.