Skip to content

Commit ea5c0aa

Browse files
authored
fix syntax err (#2)
1 parent 34c51f5 commit ea5c0aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set Node.js 22.x
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version-file: '.node-version'
19+
node-version-file: ".node-version"
2020

2121
- name: Install Dependencies
2222
run: yarn
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set Node.js 22.x
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version-file: '.node-version'
36+
node-version-file: ".node-version"
3737

3838
- name: Install Dependencies
3939
run: yarn
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set Node.js 22.x
5151
uses: actions/setup-node@v4
5252
with:
53-
node-version-file: '.node-version'
53+
node-version-file: ".node-version"
5454

5555
- name: Install Dependencies
5656
run: yarn
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set Node.js 22.x
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version-file: '.node-version'
70+
node-version-file: ".node-version"
7171

7272
- name: Install Dependencies
7373
run: yarn

0 commit comments

Comments
 (0)