Skip to content

refactor: migrate sec-literal to TypeScript #18

refactor: migrate sec-literal to TypeScript

refactor: migrate sec-literal to TypeScript #18

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: [22.x, 24.x]
fail-fast: false
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run test --workspace=workspaces/sec-literal