Skip to content

refactor: fix deprecation in tests & update eslint #11

refactor: fix deprecation in tests & update eslint

refactor: fix deprecation in tests & update eslint #11

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
paths:
- workspaces/sec-literal/**
pull_request:
paths:
- workspaces/sec-literal/**
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
fail-fast: false
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run test --workspace=workspaces/sec-literal