Skip to content

Commit 068ce32

Browse files
PagebakersAlan-Cha
authored andcommitted
chore: remove engines check
Signed-off-by: Pagebakers <eelco@appulse.nl>
1 parent f7fa50b commit 068ce32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
- name: Cache Yarn
2929
uses: actions/cache@v2
3030
with:
31-
path: "**/node_modules"
31+
path: '**/node_modules'
3232
key: ${{ runner.os }}-${{matrix.node_version}}-node-modules-${{ hashFiles('yarn.lock') }}
3333
restore-keys: |
3434
${{ runner.os }}-${{matrix.node_version}}-node-modules-${{ hashFiles('yarn.lock') }}
3535
${{ runner.os }}-${{matrix.node_version}}-node-modules-
3636
- name: Install Dependencies using Yarn
37-
run: yarn install --ignore-engines && git checkout yarn.lock
37+
run: yarn install && git checkout yarn.lock
3838
- name: Cache Jest
3939
uses: actions/cache@v2
4040
with:

0 commit comments

Comments
 (0)