Skip to content

build: bump @yao-pkg/pkg from 6.14.2 to 6.18.2 #372

build: bump @yao-pkg/pkg from 6.14.2 to 6.18.2

build: bump @yao-pkg/pkg from 6.14.2 to 6.18.2 #372

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v6
- name: Setup NodeJS
uses: actions/setup-node@v6
with:
node-version: "24.x"
- name: Force HTTPS
run: git config --global url."https://github".insteadOf ssh://git@github
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Run tests
run: npm test