Skip to content

Commit 4e414de

Browse files
committed
fix: node-version
1 parent b248137 commit 4e414de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Use Node.js ${{ matrix.version }}
7474
uses: actions/setup-node@v3
7575
with:
76-
version: ${{ matrix.version }}
76+
node-version: ${{ matrix.version }}
7777

7878
- name: Install Dependencies
7979
run: npm i --no-package-lock --no-fund

0 commit comments

Comments
 (0)