Skip to content

Commit

Permalink
fix deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
RuneKR committed Aug 24, 2024
1 parent 782c163 commit 260339d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
uses: actions/setup-node@v4
with:
node-version: 20
- name: Lint & Build
working-directory: ./app
run: npm ci && npm run lint && npm run build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: ./app/out

0 comments on commit 260339d

Please sign in to comment.