dev-base #33

Merged
Snoweuph merged 19 commits from dev-base into dev-resouces 2023-04-05 20:51:15 +00:00
Showing only changes of commit 1ed6418667 - Show all commits

View file

@ -19,7 +19,10 @@ jobs:
image: barichello/godot-ci:3.3.4
steps:
- name: Setup
run: apt update -y && apt install nodejs -y
run: |
apt update -y && apt install nodejs -y
node --version
npm --version
- name: Checkout
uses: https://github.com/actions/checkout@v3
- name: Setup