Remove setup-node action for self-hosted runner.
Some checks failed
Build / build (push) Failing after 1m4s
Some checks failed
Build / build (push) Failing after 1m4s
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2901106819
commit
eb620ee6d4
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -14,12 +14,6 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20'
|
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user