Add Node.js setup step to CI workflow
Some checks failed
CI / build (push) Failing after 55s

This commit is contained in:
2025-11-13 17:22:11 +08:00
parent 937a3cea60
commit a13fdc1fc7

View File

@@ -4,7 +4,7 @@ on:
push:
paths-ignore:
- 'docs/**'
- '.github/**'
# - '.github/**'
- '.gitignore'
branches:
- main
@@ -25,6 +25,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v6
with:
node-version: 24
- name: Checkout
uses: actions/checkout@v4
- name: Setup golang