Skip to content

Bump the github-actions group with 1 update #341

Bump the github-actions group with 1 update

Bump the github-actions group with 1 update #341

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- run: npm ci
- run: npm run build