Skip to content

Update JS-DevTools/npm-publish action to v4 #72

Update JS-DevTools/npm-publish action to v4

Update JS-DevTools/npm-publish action to v4 #72

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '24'
- run: npm install
- run: npm test