Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KubloPL committed May 28, 2024
1 parent 1d9dca7 commit 60a262b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and Deploy Site

on:
push:
branches:
- main
# branches:
# - develop

jobs:
build-and-deploy:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 21

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 60a262b

Please sign in to comment.