We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f72732 commit afc228bCopy full SHA for afc228b
.github/workflows/build-test.yml
@@ -69,15 +69,6 @@ jobs:
69
- prepare
70
steps:
71
- 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
79
- path: ${{ needs.prepare.outputs.YARN_CACHE_DIR }}
80
- key: yarn-cache-${{ runner.os }}-${{ needs.prepare.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}-18.x
81
- uses: legobeat/npm-actions/compat-test@dev
82
- name: Require clean working directory
83
shell: bash
0 commit comments