Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Jul 9, 2024
1 parent 853634a commit a0453bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts
cache: yarn

- name: Install project dependencies
Expand All @@ -34,6 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts
cache: yarn

- name: Install project dependencies
Expand Down Expand Up @@ -62,6 +64,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts
cache: yarn

- name: Install project dependencies
Expand Down Expand Up @@ -92,6 +95,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts
cache: yarn

- name: Install project dependencies
Expand Down Expand Up @@ -136,6 +140,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts
cache: yarn

- name: Install project dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts
cache: yarn

- name: Install project dependencies
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: lts
cache: yarn

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Install project dependencies
run: yarn install
Expand All @@ -32,7 +33,7 @@ jobs:
run: yarn docs:build

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: public

Expand Down

0 comments on commit a0453bf

Please sign in to comment.