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 17cea29 commit d8c54a4Copy full SHA for d8c54a4
1 file changed
.github/workflows/pr.yml
@@ -13,12 +13,13 @@ jobs:
13
uses: actions/checkout@v2
14
15
- name: Install Node.js
16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
17
with:
18
node-version: ${{ matrix.node }}
19
+ cache: 'yarn'
20
21
- name: Install Dependencies
- run: npm install --legacy-peer-deps
22
+ run: yarn --frozen-lockfile
23
24
- name: Run Checks
25
run: npm run pr
0 commit comments