This commit is contained in:
@@ -7,11 +7,16 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# Must match runner labels exactly
|
||||
runs-on: ["buildkit"]
|
||||
runs-on: ["buildkit"] # must match runner labels
|
||||
|
||||
steps:
|
||||
# Checkout the repo
|
||||
# Checkout repository (requires Node)
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
# Debian/Ubuntu based image
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt-get install -y nodejs
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user