We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ecc1fd + fc0c4a9 commit ee3c8c0Copy full SHA for ee3c8c0
.github/workflows/index.yaml
@@ -11,7 +11,7 @@ jobs:
11
node: [18, 20]
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
15
with:
16
node-version: ${{ matrix.node }}
17
- run: npm install
0 commit comments