Skip to content

fix: update license year to 2024. #20

fix: update license year to 2024.

fix: update license year to 2024. #20

name: Continuous Integration
on: [pull_request]
env:
NODE_VERSION: 20
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm ci
- run: npm run format:check
- run: npm test