Skip to content

Bump actions/setup-node from 4.0.2 to 4.0.3 #312

Bump actions/setup-node from 4.0.2 to 4.0.3

Bump actions/setup-node from 4.0.2 to 4.0.3 #312

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version:
- 20.x
steps:
- uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true