Skip to content

Bump actions/setup-node from 4.0.4 to 4.1.0 (#109) #337

Bump actions/setup-node from 4.0.4 to 4.1.0 (#109)

Bump actions/setup-node from 4.0.4 to 4.1.0 (#109) #337

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