Skip to content

Commit 9f72732

Browse files
committed
wipwip
1 parent a4052ce commit 9f72732

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ jobs:
6969
- prepare
7070
steps:
7171
- uses: actions/checkout@v3
72-
- name: Use Node.js ${{ matrix.node-version }}
72+
- name: Use Node.js v18
7373
uses: actions/setup-node@v3
7474
with:
75-
node-version: ${{ matrix.node-version }}
75+
node-version: 18.x
7676
- name: Restore Yarn dependencies
7777
uses: actions/cache@v3
7878
with:
7979
path: ${{ needs.prepare.outputs.YARN_CACHE_DIR }}
80-
key: yarn-cache-${{ runner.os }}-${{ needs.prepare.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}-${{ matrix.node-version }}
80+
key: yarn-cache-${{ runner.os }}-${{ needs.prepare.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}-18.x
8181
- uses: legobeat/npm-actions/compat-test@dev
8282
- name: Require clean working directory
8383
shell: bash

0 commit comments

Comments
 (0)