Skip to content

[Snyk] Security upgrade @sasjs/adapter from 2.10.5 to 3.4.1 #23

[Snyk] Security upgrade @sasjs/adapter from 2.10.5 to 3.4.1

[Snyk] Security upgrade @sasjs/adapter from 2.10.5 to 3.4.1 #23

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: SASjs Utils Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm ci
- name: Install the SASjs CLI
run: npm i -g @sasjs/cli
- name: Check that the project actually builds
run: sasjs cb