From df332127edaeed0f6dc82c29fac037d66978aa18 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 10 Jul 2023 17:54:16 +0200 Subject: [PATCH] Github action tweaks --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c664de1..e7d86ad 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,8 +11,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: 18 - run: npm ci