We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc67ad commit 4704009Copy full SHA for 4704009
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: setup Node.js ${{ matrix.node_version }}
16
uses: actions/setup-node@v4
17
with:
18
- node_version: ${{ matrix.node_version }}
+ node-version: ${{ matrix.node_version }}
19
- name: Install
20
run: yarn install
21
- name: Test
0 commit comments