WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): update all non-major dependencies (#84) #927

chore(deps): update all non-major dependencies (#84)

chore(deps): update all non-major dependencies (#84) #927

Workflow file for this run

name: "ci"
on:
push:
branches:
- "**"
pull_request:
branches:
- main
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set node version to 22
uses: actions/setup-node@v6
with:
node-version: 22
cache: "pnpm"
- run: pnpm install
- name: Run tests
run: pnpm test