Skip to content

Commit e4be968

Browse files
authored
Update test.yml
1 parent aede0e9 commit e4be968

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version-file: ".nvmrc"
16+
node-version-file: .nvmrc
1717
- run: yarn install --frozen-lockfile
1818
- run: yarn ci
1919

@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version-file: ".nvmrc"
26+
node-version-file: .nvmrc
2727
- run: yarn install --frozen-lockfile
2828
- run: yarn ci
2929

@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version-file: ".nvmrc"
36+
node-version-file: .nvmrc
3737
- run: yarn install --frozen-lockfile
3838
- run: yarn install --frozen-lockfile
3939
working-directory: ./examples/commonjs
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version-file: ".nvmrc"
49+
node-version-file: .nvmrc
5050
- run: yarn install --frozen-lockfile
5151
- run: yarn install --frozen-lockfile
5252
working-directory: ./examples/typescript-bundler
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060
- uses: actions/setup-node@v4
6161
with:
62-
node-version-file: ".nvmrc"
62+
node-version-file: .nvmrc
6363
- run: yarn install --frozen-lockfile
6464
- run: yarn install --frozen-lockfile
6565
working-directory: ./examples/typescript-legacy
@@ -72,7 +72,7 @@ jobs:
7272
- uses: actions/checkout@v4
7373
- uses: actions/setup-node@v4
7474
with:
75-
node-version-file: ".nvmrc"
75+
node-version-file: .nvmrc
7676
- run: yarn install --frozen-lockfile
7777
- run: yarn install --frozen-lockfile
7878
working-directory: ./examples/typescript-nodenext
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v4
8686
- uses: actions/setup-node@v4
8787
with:
88-
node-version-file: ".nvmrc"
88+
node-version-file: .nvmrc
8989
- run: yarn install --frozen-lockfile
9090
- run: yarn install --frozen-lockfile
9191
working-directory: ./examples/vue
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@v4
9999
- uses: actions/setup-node@v4
100100
with:
101-
node-version-file: ".nvmrc"
101+
node-version-file: .nvmrc
102102
- run: yarn install --frozen-lockfile
103103
- run: yarn install --frozen-lockfile
104104
working-directory: ./examples/web-test-runner
@@ -113,7 +113,7 @@ jobs:
113113
submodules: recursive
114114
- uses: actions/setup-node@v4
115115
with:
116-
node-version-file: ".nvmrc"
116+
node-version-file: .nvmrc
117117
- uses: actions/setup-python@v5
118118
with:
119119
# REF: https://github.com/web-platform-tests/wpt/issues/44427

0 commit comments

Comments
 (0)