Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsgroen committed Sep 12, 2024
1 parent 442c2fa commit 2c1606d
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 @@ -32,11 +32,11 @@ jobs:
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: '22.x'x
node-version: "22.x"
cache: "yarn"
- name: Install dependencies
run: yarn
Expand Down

0 comments on commit 2c1606d

Please sign in to comment.