From 421574f860f72eeb61626b6f7d53690ec2b388e5 Mon Sep 17 00:00:00 2001 From: David Harder Date: Wed, 13 Nov 2024 15:20:39 -0600 Subject: [PATCH] deploy.yml: Force node to v22 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 063bec40c..0785eabbe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: node + node-version: 22 cache: yarn - name: Install dependencies