Skip to content

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

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

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

Workflow file for this run

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