Skip to content

Use fixed v4.2.2 of actions/checkout #171

Use fixed v4.2.2 of actions/checkout

Use fixed v4.2.2 of actions/checkout #171

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/[email protected]
- name: Setup node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version: "lts/*"
cache: "npm"
- run: npm ci
- run: npm run build