We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d49595 commit 2c406c2Copy full SHA for 2c406c2
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
CI:
8
strategy:
9
matrix:
10
- node: [16, 18.x, 20.x, 22.x, latest]
+ node: [18.x, 20.x, 22.x, latest]
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