This commit is contained in:
@@ -10,13 +10,6 @@ jobs:
|
||||
runs-on: ["buildkit"] # must match runner labels
|
||||
|
||||
steps:
|
||||
# Install basic dependencies for Node.js
|
||||
- name: Install Node.js dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y curl gnupg ca-certificates
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt-get install -y nodejs
|
||||
|
||||
# Checkout the repository
|
||||
- name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user