Skip to content

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

Update JS-DevTools/npm-publish action to v4

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

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@v5
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '22'
- run: npm install
- run: npm test