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 13af604 commit 7f6e743Copy full SHA for 7f6e743
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Use Node.js ${{ matrix.node-version }}
20
uses: actions/setup-node@v2
21
with:
22
- node-verison: ${{ matrix.node-version }}
+ node-version: ${{ matrix.node-version }}
23
registry-url: 'https://registry.npmjs.org'
24
25
- name: Cache Node.js modules
.github/workflows/test.yml
uses: actions/cache@v2
0 commit comments