Skip to content

Merge pull request #4 from dylibso/dependabot/npm_and_yarn/ejs-3.1.10 #12

Merge pull request #4 from dylibso/dependabot/npm_and_yarn/ejs-3.1.10

Merge pull request #4 from dylibso/dependabot/npm_and_yarn/ejs-3.1.10 #12

Workflow file for this run

name: JS CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
- stable
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
- name: NPM install with caching
run: npm install
- name: Build
run: npm run build
- name: Node Test
run: npm run test