Skip to content

Commit

Permalink
Update actions in deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboa88 committed Mar 12, 2024
1 parent f9eeb99 commit d38e963
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Gatsby Build & Deploy
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
deploy:
Expand All @@ -13,12 +13,12 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit d38e963

Please sign in to comment.