Skip to content

Commit

Permalink
fix gh build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Dec 19, 2023
1 parent 0a003b0 commit d45308b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Cache modules
uses: actions/cache@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- name: Get package version
id: get_package_version
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'

- name: Cache modules
uses: actions/cache@v3
Expand Down

0 comments on commit d45308b

Please sign in to comment.