ci: drop setup-node (use runner Node)
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -16,13 +16,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 10.23.0
|
version: 10.23.0
|
||||||
|
|
||||||
- name: Setup Node.js
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: '20.18.0'
|
|
||||||
cache: pnpm
|
|
||||||
cache-dependency-path: pnpm-lock.yaml
|
|
||||||
|
|
||||||
- name: Node version
|
- name: Node version
|
||||||
run: node -v
|
run: node -v
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user