From 8ab2817d27e1679a8bde1289a66e1a17132473d1 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 14 Sep 2024 18:15:27 +0200 Subject: [PATCH] ci: missed this --- .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 9f313f3..a221342 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 14.x + node-version: '14' - run: npm install env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}