1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 20
16+ node-version-file : .nvmrc
1717 - run : yarn install --frozen-lockfile
1818 - run : yarn ci
1919
2323 - uses : actions/checkout@v4
2424 - uses : actions/setup-node@v4
2525 with :
26- node-version : 22
26+ node-version-file : .nvmrc
2727 - run : yarn install --frozen-lockfile
2828 - run : yarn ci
2929
3333 - uses : actions/checkout@v4
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version : 22
36+ node-version-file : .nvmrc
3737 - run : yarn install --frozen-lockfile
3838 - run : yarn install --frozen-lockfile
3939 working-directory : ./examples/commonjs
4646 - uses : actions/checkout@v4
4747 - uses : actions/setup-node@v4
4848 with :
49- node-version : 22
49+ node-version-file : .nvmrc
5050 - run : yarn install --frozen-lockfile
5151 - run : yarn install --frozen-lockfile
5252 working-directory : ./examples/typescript-bundler
5959 - uses : actions/checkout@v4
6060 - uses : actions/setup-node@v4
6161 with :
62- node-version : 22
62+ node-version-file : .nvmrc
6363 - run : yarn install --frozen-lockfile
6464 - run : yarn install --frozen-lockfile
6565 working-directory : ./examples/typescript-legacy
7272 - uses : actions/checkout@v4
7373 - uses : actions/setup-node@v4
7474 with :
75- node-version : 22
75+ node-version-file : .nvmrc
7676 - run : yarn install --frozen-lockfile
7777 - run : yarn install --frozen-lockfile
7878 working-directory : ./examples/typescript-nodenext
8585 - uses : actions/checkout@v4
8686 - uses : actions/setup-node@v4
8787 with :
88- node-version : 22
88+ node-version-file : .nvmrc
8989 - run : yarn install --frozen-lockfile
9090 - run : yarn install --frozen-lockfile
9191 working-directory : ./examples/vue
9898 - uses : actions/checkout@v4
9999 - uses : actions/setup-node@v4
100100 with :
101- node-version : 22
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 : 22
116+ node-version-file : .nvmrc
117117 - uses : actions/setup-python@v5
118118 with :
119119 # REF: https://github.com/web-platform-tests/wpt/issues/44427
@@ -122,4 +122,4 @@ jobs:
122122 run : yarn wpt:hosts
123123 - run : yarn install --frozen-lockfile
124124 - run : yarn build
125- - run : yarn wpt:test
125+ - run : yarn wpt:test
0 commit comments