Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bread-Ch4n authored Nov 3, 2024
1 parent be1b11d commit fe97672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4.1.0
with:
node-version: '16'
node-version: '20'

- name: Install dependencies
run: npm install
Expand All @@ -31,7 +31,7 @@ jobs:
run: mv ./out ./www

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.4.3
with:
name: www
path: ./www

0 comments on commit fe97672

Please sign in to comment.