parent
207ad57013
commit
18e3dd5560
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: install node
|
- name: install node
|
||||||
id: node-install
|
id: node-install
|
||||||
run: apt install nodejs
|
run: apt update && apt install nodejs
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue