From ddbbae982b9f9e8d0be42671925a8a32b254386d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Gilstad?= Date: Wed, 15 Jan 2025 09:42:26 +0100 Subject: [PATCH] Test med workflow_dispatch og oppgader node bygg --- .github/workflows/deploy-sanity.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-sanity.yaml b/.github/workflows/deploy-sanity.yaml index f1d722e6b..f27a06c30 100644 --- a/.github/workflows/deploy-sanity.yaml +++ b/.github/workflows/deploy-sanity.yaml @@ -11,11 +11,6 @@ on: - 'LICENSE.md' - 'README.md' workflow_dispatch: - inputs: - prod: - description: Deploy to production - type: boolean - required: false jobs: build: @@ -26,10 +21,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Use Node.js v20.9.0 + - name: Use Node.js v22.11.0 uses: actions/setup-node@v4 with: - node-version: '20.9.0' + node-version: '22.11.0' registry-url: 'https://npm.pkg.github.com' - name: Cache node modules