Skip to content

Commit

Permalink
ci: update setup-node & set artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiZapic committed Mar 27, 2024
1 parent 16f37e4 commit 0b69fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
version: 8

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand All @@ -32,5 +32,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Matecho
path: Matecho/
name: Matecho.zip
path: Matecho

0 comments on commit 0b69fc6

Please sign in to comment.