Skip to content

Commit 55d0a37

Browse files
author
VoardWalker-Code
committed
fix: hardcode test badge, bump CI node to 22, add staging to CI triggers
- Replace broken dynamic gist badge with static shields.io badge (2,012 passing) - Bump CI node-version from 20 to 22 (fixes Node.js 20 deprecation warning) - Add staging branch to CI push/PR triggers
1 parent 08fb59f commit 55d0a37

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, staging]
66
pull_request:
7-
branches: [main]
7+
branches: [main, staging]
88

99
jobs:
1010
test:
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20'
19+
node-version: '22'
2020
cache: 'npm'
2121
cache-dependency-path: project/package-lock.json
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
 
2323
<img src="https://img.shields.io/badge/dependencies-0-brightgreen?style=flat-square" alt="zero deps"/>
2424
&nbsp;
25-
<a href="https://github.com/voardwalker-code/NekoCore-OS/actions/workflows/ci.yml"><img src="https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/voardwalker-code/BADGE_GIST_ID/raw/nekocore-test-results.json" alt="Tests"/></a>
25+
<img src="https://img.shields.io/badge/tests-2%2C012%20passing-brightgreen?style=flat-square" alt="2,012 tests passing"/>
2626
</p>
2727

2828
<p align="center">

0 commit comments

Comments
 (0)