-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9a9f05
commit a3661c6
Showing
12 changed files
with
6,161 additions
and
9,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,15 @@ jobs: | |
- name: Install Node.js | ||
uses: actions/setup-node@v1 | ||
with: | ||
node-version: '16.x' | ||
node-version: '22.x' | ||
- name: Install npm dependencies | ||
run: npm ci | ||
- name: Run cache update task | ||
run: npm run cache-update --if-present | ||
- name: Run build task | ||
run: npm run build --if-present | ||
- name: FTP-Deploy-Action | ||
uses: SamKirkland/[email protected].2 | ||
uses: SamKirkland/[email protected].5 | ||
with: | ||
server: ${{ secrets.FTP_SERVER }} | ||
username: ${{ secrets.FTP_USER }} | ||
|
Oops, something went wrong.