Skip to content

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

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

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

Workflow file for this run

name: build-test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '18.x'
- name: use node
run: |
npm install
npm run action