Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 230b409abe | |||
| a6c80206c9 | |||
| 1a73f23670 |
@@ -90,13 +90,10 @@ jobs:
|
||||
image: barichello/godot-ci:mono-4.6
|
||||
|
||||
steps:
|
||||
- name: Install curl and zip
|
||||
- name: Install node, curl and zip
|
||||
run: |
|
||||
apt update && apt -y install curl zip nodejs
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 24
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user