Skip to content

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

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

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

Workflow file for this run

name: compile
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
jobs:
compile:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # 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