Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Nov 20, 2021
1 parent 9afb031 commit fc103d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/previewDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: cache clear because of mejor update
- name: cache clear workaround # https://github.com/gatsbyjs/gatsby/issues/31853#issuecomment-858517772
run: |
npm install -g rimraf
npm run clean-all
rimraf package-lock.json
- name: npm install
run: |
npm install
Expand Down Expand Up @@ -50,11 +51,12 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 14.17.3
- name: cache clear because of mejor update
node-version: 14.x
- name: cache clear workaround # https://github.com/gatsbyjs/gatsby/issues/31853#issuecomment-858517772
run: |
npm install -g rimraf
npm run clean-all
rimraf package-lock.json
- name: "depcheck"
uses: tubone24/[email protected]
with:
Expand Down

0 comments on commit fc103d4

Please sign in to comment.