Skip to content

Commit

Permalink
Test med workflow_dispatch og oppgader node bygg
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorngi committed Jan 15, 2025
1 parent 409f34e commit ddbbae9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/deploy-sanity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ on:
- 'LICENSE.md'
- 'README.md'
workflow_dispatch:
inputs:
prod:
description: Deploy to production
type: boolean
required: false

jobs:
build:
Expand All @@ -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
Expand Down

0 comments on commit ddbbae9

Please sign in to comment.