Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Mar 10, 2024
1 parent b6e4bda commit 8f637bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: '19'
node-version: 20.x

- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
uses: actions/checkout@v4

- name: Build 🔧
run: |
Expand Down

0 comments on commit 8f637bf

Please sign in to comment.