Skip to content

Merge pull request #1991 from no23reason/dependabot/npm_and_yarn/post… #3179

Merge pull request #1991 from no23reason/dependabot/npm_and_yarn/post…

Merge pull request #1991 from no23reason/dependabot/npm_and_yarn/post… #3179

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install
- name: Build
run: npm run dist
- name: Test
run: npm run test