Try just killing setup-node action in check workflow
This commit is contained in:
parent
f25b0d66f5
commit
cd602755be
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
@ -23,11 +23,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Prepare Node environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: latest
|
||||
cache: 'yarn'
|
||||
- name: Restore cached node_modules
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user