testing ci
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
tag_name: ${{ steps.bump-tag.outputs.new_tag }}
|
tag_name: ${{ steps.bump-tag.outputs.new_tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
lfs: false
|
lfs: false
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
# apt update && apt -y install curl nodejs xvfb
|
# apt update && apt -y install curl nodejs xvfb
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
lfs: false
|
lfs: false
|
||||||
@@ -110,25 +110,12 @@ jobs:
|
|||||||
image: barichello/godot-ci:mono-4.6
|
image: barichello/godot-ci:mono-4.6
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install curl and zip
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
apt update && apt -y install curl zip
|
apt update && apt -y install curl zip nodejs
|
||||||
- name: Install node 24
|
|
||||||
shell: bash -l {0}
|
|
||||||
run: |
|
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
|
|
||||||
\. "$HOME/.nvm/nvm.sh"
|
|
||||||
nvm install 24
|
|
||||||
node -v
|
|
||||||
|
|
||||||
- name: Test node version
|
|
||||||
shell: bash -l {0}
|
|
||||||
run: |
|
|
||||||
node -v
|
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
shell: bash -l {0}
|
uses: actions/checkout@v3
|
||||||
uses: actions/checkout@v6
|
|
||||||
with:
|
with:
|
||||||
lfs: false
|
lfs: false
|
||||||
persist-credentials: true
|
persist-credentials: true
|
||||||
|
|||||||
Reference in New Issue
Block a user