Skip to content

chore(dependabot): Upgraded versions of deps and gh actions #12

chore(dependabot): Upgraded versions of deps and gh actions

chore(dependabot): Upgraded versions of deps and gh actions #12

Workflow file for this run

name: Testing CI
on:
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: npm ci
- run: npm run build
env:
API_URL: 'http://example.org'
PUBLIC_API_URL: 'http://example.org'