We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5dd298 commit b4878d6Copy full SHA for b4878d6
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
testCI:
8
strategy:
9
matrix:
10
- node: [16, 18, 20]
+ node: [16, 18.3.0, 20.4.0]
11
fail-fast: false
12
runs-on: codebuild-AWS-ESDK-JS-Release-${{ github.run_id }}-${{ github.run_attempt }}-ubuntu-5.0-large
13
permissions:
0 commit comments