Skip to content

Commit afc228b

Browse files
committed
wip
1 parent 9f72732 commit afc228b

File tree

2 files changed

+570
-9
lines changed

2 files changed

+570
-9
lines changed

.github/workflows/build-test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ jobs:
6969
- prepare
7070
steps:
7171
- uses: actions/checkout@v3
72-
- name: Use Node.js v18
73-
uses: actions/setup-node@v3
74-
with:
75-
node-version: 18.x
76-
- name: Restore Yarn dependencies
77-
uses: actions/cache@v3
78-
with:
79-
path: ${{ needs.prepare.outputs.YARN_CACHE_DIR }}
80-
key: yarn-cache-${{ runner.os }}-${{ needs.prepare.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}-18.x
8172
- uses: legobeat/npm-actions/compat-test@dev
8273
- name: Require clean working directory
8374
shell: bash

0 commit comments

Comments
 (0)