Skip to content

Commit 7f6e743

Browse files
committed
ci: fix node-version in workflows
1 parent 13af604 commit 7f6e743

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v2
2121
with:
22-
node-verison: ${{ matrix.node-version }}
22+
node-version: ${{ matrix.node-version }}
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Cache Node.js modules

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v2
2121
with:
22-
node-verison: ${{ matrix.node-version }}
22+
node-version: ${{ matrix.node-version }}
2323

2424
- name: Cache Node.js modules
2525
uses: actions/cache@v2

0 commit comments

Comments
 (0)