Skip to content

Bump next from 14.2.24 to 14.2.30 #114

Bump next from 14.2.24 to 14.2.30

Bump next from 14.2.24 to 14.2.30 #114

Workflow file for this run

# Installerer avhengigheter og bygger prosjektet
# For mer informasjon: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# https://pnpm.io/continuous-integration#github-actions
- uses: pnpm/action-setup@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- run: pnpm build
# - run: pnpm test # Uncomment hvis det blir lagt til tester