From aa30672eae2394a2aa879bde4e9e8eb19f26972e Mon Sep 17 00:00:00 2001 From: HerringtonDarkholme <2883231+HerringtonDarkholme@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:51:32 -0400 Subject: [PATCH] fix: fix publish --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a5ab8b8b..09159ef1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 - + with: + node-version: 20 - name: Install dependencies run: npm install