From b414e12d21383ced06f7317057deb066828528d4 Mon Sep 17 00:00:00 2001 From: Luke Wesley-Holley Date: Mon, 18 Nov 2024 13:50:34 +0000 Subject: [PATCH] Bump node version in publish workflow (#143) --- .github/workflows/publish-on-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-on-release.yml b/.github/workflows/publish-on-release.yml index 43b013c..607e1da 100644 --- a/.github/workflows/publish-on-release.yml +++ b/.github/workflows/publish-on-release.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 registry-url: https://registry.npmjs.org/ - run: corepack enable && yarn install - run: yarn build