Compare commits

...

2 Commits

Author SHA1 Message Date
07c82e1f16 chore(deps): update dependency node to v24.15.0
All checks were successful
test-build / guarddog (pull_request) Successful in 5m48s
test-build / build (pull_request) Successful in 8m1s
2026-04-17 00:06:11 +00:00
70779b5adf ci: reconfigure
All checks were successful
renovate / renovate (push) Successful in 1m55s
2026-04-16 11:40:44 -05:00
2 changed files with 5 additions and 13 deletions

View File

@@ -18,14 +18,6 @@ on:
default: false default: false
jobs: jobs:
debug:
runs-on: ubuntu-js
steps:
- name: Dump Context
run: |
echo "Event Name: ${{ github.event_name }}";
echo "Input Value: ${{ inputs['directus-release'] }}";
build: build:
runs-on: ubuntu-js runs-on: ubuntu-js
steps: steps:
@@ -37,7 +29,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 24.14.1 node-version: 24.15.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2
@@ -120,8 +112,8 @@ jobs:
needs: [ build, guarddog ] needs: [ build, guarddog ]
runs-on: ubuntu-js runs-on: ubuntu-js
if: | if: |
github.event_name != 'workflow_dispatch' || (github.event_name == 'push') ||
github.event.inputs['directus-release'] == 'true' (github.event_name == 'workflow_dispatch' && github.event.inputs['directus-release'] == 'true')
outputs: outputs:
new-release-published: ${{ steps.semantic.outputs.new-release-published }} new-release-published: ${{ steps.semantic.outputs.new-release-published }}
new-release-version: ${{ steps.semantic.outputs.new-release-version }} new-release-version: ${{ steps.semantic.outputs.new-release-version }}
@@ -143,7 +135,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 24.14.1 node-version: 24.15.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Node - name: Set up Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 24.14.1 node-version: 24.15.0
- name: Set up Bun - name: Set up Bun
uses: oven-sh/setup-bun@v2 uses: oven-sh/setup-bun@v2