Skip to content

Commit

Permalink
📦 Update workflows and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Sep 18, 2024
1 parent 35848b4 commit 5c80722
Show file tree
Hide file tree
Showing 4 changed files with 1,509 additions and 253 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- name: Get Timestamp
id: timestamp
run: |
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
cd dist/
zip -q -r ../${{ steps.file.outputs.name }} ./
- name: Upload add-on nightly build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: third-stats-nightly
path: ${{ steps.file.outputs.name }}
Expand Down
Loading

0 comments on commit 5c80722

Please sign in to comment.