Skip to content

Commit

Permalink
Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanawa02 committed Dec 10, 2022
1 parent 5d65906 commit a47ad2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ on:
name: Project Build
jobs:
build:
name: Build
name: Build 🔨
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3

- name: 🔨 Use Node.js 16
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16"

- name: 🚚 Get latest code
uses: actions/checkout@v2

- name: 🔨 Build Project
run: |
npm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
needs: build
steps:
- name: 🔨 Use Node.js 16
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16"
- name: Download Dist Folder
Expand All @@ -24,7 +24,7 @@ jobs:
name: dist-folder
path: ./dist/
- name: 📂 Sync files
uses: SamKirkland/[email protected].0
uses: SamKirkland/[email protected].3
with:
server: ${{ secrets.FTP_SERVER_PROD }}
username: ${{ secrets.FTP_USERNAME_PROD }}
Expand Down

0 comments on commit a47ad2f

Please sign in to comment.