Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c20c5bc92 | ||
|
|
61ada6397e |
4
.github/workflows/build-lint-test.yaml
vendored
4
.github/workflows/build-lint-test.yaml
vendored
@@ -18,14 +18,14 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Build, Lint, and Test Project
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: 📥 Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: 🔧 Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
|
||||
|
||||
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
@@ -14,7 +14,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: CodeQL Analyze
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
2
.github/workflows/dependency-review.yaml
vendored
2
.github/workflows/dependency-review.yaml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Dependency Review
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: ⤵️ Checkout repository
|
||||
|
||||
4
.github/workflows/publish-npm.yaml
vendored
4
.github/workflows/publish-npm.yaml
vendored
@@ -30,14 +30,14 @@ jobs:
|
||||
if: github.repository_owner == 'the-nexim'
|
||||
|
||||
name: Publish NPM
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: 📥 Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: 🔧 Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
registry-url: ${{ inputs.npm-registry-url }}
|
||||
|
||||
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -28,7 +28,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Build & Lint & Test & Release
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: ⤵️ Checkout repository
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}
|
||||
|
||||
- name: 🔧 Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v5
|
||||
with:
|
||||
node-version: ${{ inputs.node-version }}
|
||||
|
||||
|
||||
2
.github/workflows/sync-label.yaml
vendored
2
.github/workflows/sync-label.yaml
vendored
@@ -12,7 +12,7 @@ on:
|
||||
jobs:
|
||||
main:
|
||||
name: Sync labels
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
|
||||
steps:
|
||||
- name: ⤵️ Check out code from GitHub
|
||||
|
||||
Reference in New Issue
Block a user