Skip to content

Commit

Permalink
update GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Stadler <stadlerpeter@yahoo.fr>
  • Loading branch information
peterstadler committed May 6, 2024
1 parent 3bc759a commit 870ac1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build artifacts
uses: actions/setup-node@v3
uses: actions/setup-node@v4
- run: npm ci
- run: npm run zip --if-present

- name: Upload dist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: |
Expand All @@ -34,7 +34,7 @@ jobs:
dist/*.html
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
with:
prerelease: false
Expand Down

0 comments on commit 870ac1b

Please sign in to comment.