Skip to content

chore(deps): update actions/checkout action to v4 #779

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #779

Workflow file for this run

name: build
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
compile:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build