Skip to content

Commit

Permalink
Bump dependencies (#37)
Browse files Browse the repository at this point in the history
* Bump sftp-upload-action from 2.0.2 to 2.0.3

* Bump dependencies
  • Loading branch information
utarwyn committed Nov 18, 2024
1 parent 0e9ff16 commit 9c84a94
Show file tree
Hide file tree
Showing 10 changed files with 1,246 additions and 2,048 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 20.x
- name: Use Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
cache: npm

- name: Install dependencies
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 20.X
- name: Use Node.js 22.X
uses: actions/setup-node@v4
with:
node-version: 20.X
node-version: 22.X
cache: npm

- name: Install dependencies
Expand Down Expand Up @@ -48,11 +48,13 @@ jobs:
name: website

- name: Upload to SFTP
uses: wangyucode/[email protected].2
uses: wangyucode/[email protected].3
with:
host: ${{ secrets.UPLOAD_SFTP_HOST }}
username: ${{ secrets.UPLOAD_SFTP_USERNAME }}
password: ${{ secrets.UPLOAD_SFTP_PASSWORD }}
compress: true
localDir: ${{ github.workspace }}
remoteDir: ${{ secrets.UPLOAD_SFTP_DIRECTORY }}
exclude: "***/api/,***/.htaccess"
removeExtraFilesOnServer: true
Loading

0 comments on commit 9c84a94

Please sign in to comment.