fix: forgejo deploy - add NodeJS to container
Some checks failed
Deploy Blog / deploy (push) Failing after 10s
Some checks failed
Deploy Blog / deploy (push) Failing after 10s
This commit is contained in:
parent
1fcc9c21b0
commit
00117f619d
1 changed files with 4 additions and 5 deletions
|
@ -47,11 +47,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "18"
|
||||
cache: "npm"
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||
sudo apt-get install -y nodejs
|
||||
|
||||
- run: npm install
|
||||
- run: npm run build:posts
|
||||
|
|
Loading…
Add table
Reference in a new issue