fix tofu
This commit is contained in:
parent
e5691b5be6
commit
84ecdd86cc
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ jobs:
|
|||
container:
|
||||
image: ubuntu:24.04
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue