update apt to apt-get
Some checks failed
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneLinux64, 6000.0.37f1) (push) Failing after 11m32s
Build project / Build for ${{ matrix.targetPlatform }} (StandaloneWindows64, 6000.0.37f1) (push) Failing after 11m30s

This commit is contained in:
EthanPisani 2025-02-18 15:59:21 -05:00
parent 70fc72623c
commit 858baeb3e8

View File

@ -17,13 +17,13 @@ jobs:
steps: steps:
- name: Update APT and Install Curl - name: Update APT and Install Curl
run: | run: |
apt update apt-get update
apt install -y curl apt-get install -y curl
- name: Manually Install Node.js and Dependencies - name: Manually Install Node.js and Dependencies
run: | run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt install -y nodejs apt-get install -y nodejs
node -v node -v
npm -v npm -v
npm install npm install