opsie node js fucky wucky yipipiee :)
This commit is contained in:
@ -90,6 +90,13 @@ jobs:
|
||||
image: cm2network/steamcmd:root
|
||||
needs: [export-windows, export-linux]
|
||||
steps:
|
||||
# Need node.j for https://gitea.com/actions/checkout@v4
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
|
||||
apt-get install -y nodejs
|
||||
- name: Checkout
|
||||
uses: https://gitea.com/actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user