Skip to content

Commit

Permalink
Update deploy.yml (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jun 8, 2024
1 parent 181bd54 commit 786a2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Build & Deploy via ftp

on:
push:
branches: [ main ]
Expand All @@ -21,7 +22,7 @@ jobs:
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 786a2af

Please sign in to comment.