Skip to content

Commit

Permalink
Internal: Fix the CI build (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingYes authored Dec 1, 2024
1 parent d5c0d0f commit 3da6fc2
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 @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Build
run: npm run zip
- name: Upload zip file to GitHub actions artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: hello-elementor
path: hello-elementor
Expand Down

0 comments on commit 3da6fc2

Please sign in to comment.