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

build(deps): bump actions/stale from 10.1.0 to 10.1.1 (#3682) #6596

build(deps): bump actions/stale from 10.1.0 to 10.1.1 (#3682)

build(deps): bump actions/stale from 10.1.0 to 10.1.1 (#3682) #6596

Workflow file for this run

name: Tests
on:
push:
branches:
- development
- master
pull_request:
branches:
- "**"
env:
FORCE_COLOR: 2
jobs:
run:
name: Node
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
with:
persist-credentials: false
- name: Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f #v6.1.0
with:
node-version: "22.x"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm run testpr