Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mydraft-cc/ui
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jan 10, 2024
2 parents a542f32 + 67fd41f commit 8315a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4.1.1

- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.1

- name: Install Dependencies
run: npm i
Expand All @@ -37,7 +37,7 @@ jobs:
run: npm run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.3
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4.1.1

- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.1

- name: Install Dependencies
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4.1.1

- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.1

- name: Install Dependencies
run: npm i
Expand Down

0 comments on commit 8315a83

Please sign in to comment.