Compare commits
2 Commits
v3.5.1-nat
...
v3.5.3-nat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
009f6ae5b7 | ||
|
|
ea2d7d76af |
@@ -27,11 +27,12 @@ jobs:
|
||||
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||
- run: env
|
||||
- uses: http://localhost:3000/bamanker/setup-node@v6
|
||||
with:
|
||||
node-version: 24
|
||||
cache: 'npm'
|
||||
- run: node -v
|
||||
- run: sudo apt-get update && sudo apt-get install -y envsubst
|
||||
# - uses: http://localhost:3000/bamanker/setup-node@v6
|
||||
# with:
|
||||
# node-version: 24
|
||||
# cache: 'npm'
|
||||
# - run: node -v
|
||||
# 下载仓库源码,依赖node环境,因此构建服务器本地需要下载安装node并设置环境变量
|
||||
- name: Checkout repository code
|
||||
#使用自定义仓库action
|
||||
|
||||
Reference in New Issue
Block a user