Skip to content

Commit 60ec664

Browse files
committed
Fix yaml typo
1 parent 0942319 commit 60ec664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Use Node.js
13-
- uses: actions/setup-node@v4
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version-file: .nvmrc
1616
- run: npm install

.github/workflows/ci-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- name: Use Node.js
13-
- uses: actions/setup-node@v4
13+
uses: actions/setup-node@v4
1414
with:
1515
node-version-file: .nvmrc
1616
- run: npm install

0 commit comments

Comments
 (0)