Skip to content

Bump @sanity/client from 6.21.2 to 6.22.0 in the minor-and-patch-dependencies group #752

Bump @sanity/client from 6.21.2 to 6.22.0 in the minor-and-patch-dependencies group

Bump @sanity/client from 6.21.2 to 6.22.0 in the minor-and-patch-dependencies group #752

Workflow file for this run

name: Build app
on: [pull_request, workflow_dispatch]
jobs:
build:
name: Bygg app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
registry-url: "https://npm.pkg.github.com"
- name: Npm install build
run: npm install
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
- name: Npm build
run: npm run build