chore: Install node as first action workflow step
This commit is contained in:
parent
11ac815ac6
commit
f25d15ed39
@ -65,6 +65,10 @@ jobs:
|
||||
# needs: [semrel_dryrun, linting]
|
||||
needs: semrel_dryrun
|
||||
steps:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user