Skip to content

Update actions/checkout action to v4 #27

Update actions/checkout action to v4

Update actions/checkout action to v4 #27

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- gh-pages
- "renovate/**"
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm run build