Skip to content

Bump require-from-string from 1.2.1 to 2.0.2 #8

Bump require-from-string from 1.2.1 to 2.0.2

Bump require-from-string from 1.2.1 to 2.0.2 #8

Workflow file for this run

name: Lint CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- run: npm install
- run: npm run lint