Skip to content

update actions/*

update actions/* #223

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: npm install, build, and lint
run: |
yarn
yarn build
yarn lint