Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Update ts-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvino authored Oct 9, 2023
1 parent 749a822 commit 09dccd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
ARCHIVE_NAME: ass-build-${{ github.run_id }}-${{ github.run_number }}
steps:
# Checkout repo
- uses: actions/checkout@v4
- uses: actions/checkout@v2

# Set up Node 16
- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v2.4.1
with:
node-version: 16.14.0

Expand All @@ -44,7 +44,7 @@ jobs:

# Upload archive as an artifact
- name: Upload archive
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v2.2.4
with:
name: ${{ env.ARCHIVE_NAME }}
path: ${{ env.ARCHIVE_NAME }}.zip
Expand Down

0 comments on commit 09dccd1

Please sign in to comment.