We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b248137 commit 4e414deCopy full SHA for 4e414de
.github/workflows/node-test.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Use Node.js ${{ matrix.version }}
74
uses: actions/setup-node@v3
75
with:
76
- version: ${{ matrix.version }}
+ node-version: ${{ matrix.version }}
77
78
- name: Install Dependencies
79
run: npm i --no-package-lock --no-fund
0 commit comments