Skip to content

JavaScript Obfuscator CI #2011

JavaScript Obfuscator CI

JavaScript Obfuscator CI #2011

Workflow file for this run

name: JavaScript Obfuscator CI
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 1 * * *'
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest,
node-version: 18.x
- os: ubuntu-latest,
node-version: 20.x
- os: ubuntu-latest,
node-version: 21.x
- os: ubuntu-latest,
node-version: 22.x
- os: windows-latest,
node-version: 20.x
- os: windows-latest,
node-version: 22.x
steps:
- uses: actions/checkout@v2
- uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ github.token }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- run: yarn run build
- run: yarn run test:mocha-coverage:report
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './coverage/lcov.info'
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy