Skip to content

Commit

Permalink
Merge pull request #13 from missbritz/feature-update-app-configs
Browse files Browse the repository at this point in the history
Update workflow
  • Loading branch information
missbritz authored Sep 16, 2024
2 parents 6c6e8a6 + 718a462 commit 3edbe11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: latest

- name: Install Dependencies
run: npm install
Expand All @@ -24,4 +24,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: production-files
path: ./dist
path: ./out

0 comments on commit 3edbe11

Please sign in to comment.