Skip to content

Trying out with polyfill #20

Trying out with polyfill

Trying out with polyfill #20

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