Skip to content

Fixing to account for immutable artifact requirement in upload-artifa… #15

Fixing to account for immutable artifact requirement in upload-artifa…

Fixing to account for immutable artifact requirement in upload-artifa… #15

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Test JS
working-directory: ./injectJs
run: |
npm install
npm run build --if-present
npm test
npm audit --audit-level=high