Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

[Snyk] Security upgrade eslint from 8.57.0 to 9.0.0 #9

[Snyk] Security upgrade eslint from 8.57.0 to 9.0.0

[Snyk] Security upgrade eslint from 8.57.0 to 9.0.0 #9

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
defaults:
run:
working-directory: ./safe-env
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn install
- run: yarn test
- run: yarn lint