From 94849ee14395e47a871a98057a086a0734a09ade Mon Sep 17 00:00:00 2001 From: 0xBA5ED <83727748+xBA5ED@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:25:23 +0200 Subject: [PATCH] fix/ci: set publish workflow node version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d524be90..0ca11861 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: latest + node-version: 22.4.x registry-url: https://registry.npmjs.org # This will fail if the version in package.json has not increased. - name: Publish to npm