From 303e60ccefdfa7fcc41b95c98bb34a1b66abcbc0 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sat, 9 Mar 2024 19:04:53 +0100 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 30f13a3..fe52287 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,10 +13,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 - run: npm ci - run: npm test