From 6d9ce51feeb01508c175d8685b0507ee9940904b Mon Sep 17 00:00:00 2001 From: Damian Date: Thu, 22 Feb 2024 10:25:25 +0200 Subject: [PATCH] fix: publish action 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 8d8ed0c..6cd2359 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: lts/* + node-version: '18.x' registry-url: https://registry.npmjs.org/ - name: Install dependencies run: npx ci