workflow: remove redundant setup-node step to use container's native Node 22
This commit is contained in:
parent
df996f141e
commit
b4a0b61c7e
1 changed files with 0 additions and 5 deletions
|
|
@ -12,11 +12,6 @@ jobs:
|
|||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue