@@ -22,10 +22,10 @@ jobs:
2222 - name : Install pnpm
2323 uses : pnpm/action-setup@v2
2424
25- - name : Set node version to 18
25+ - name : Install Node.js
2626 uses : actions/setup-node@v3
2727 with :
28- node-version : 18
28+ node-version-file : ' .node-version '
2929 cache : ' pnpm'
3030
3131 - run : pnpm install
@@ -44,10 +44,10 @@ jobs:
4444 - name : Install pnpm
4545 uses : pnpm/action-setup@v2
4646
47- - name : Set node version to 18
47+ - name : Install Node.js
4848 uses : actions/setup-node@v3
4949 with :
50- node-version : 18
50+ node-version-file : ' .node-version '
5151 cache : ' pnpm'
5252
5353 - run : pnpm install
@@ -73,10 +73,10 @@ jobs:
7373 - name : Install pnpm
7474 uses : pnpm/action-setup@v2
7575
76- - name : Set node version to 18
76+ - name : Install Node.js
7777 uses : actions/setup-node@v3
7878 with :
79- node-version : 18
79+ node-version-file : ' .node-version '
8080 cache : ' pnpm'
8181
8282 - run : pnpm install
@@ -96,10 +96,10 @@ jobs:
9696 - name : Install pnpm
9797 uses : pnpm/action-setup@v2
9898
99- - name : Set node version to 18
99+ - name : Install Node.js
100100 uses : actions/setup-node@v3
101101 with :
102- node-version : 18
102+ node-version-file : ' .node-version '
103103 cache : ' pnpm'
104104
105105 - run : pnpm install
0 commit comments