Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Apr 18, 2024
1 parent 167cf1f commit 99f2a7f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js ⚙️ - Cache dependencies ⚡ - Install dependencies 🔧
uses: ./.github/workflows/setup-node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'

- name: Setup Pages ⚙️
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 99f2a7f

Please sign in to comment.