Embeds #45

Merged
LucidKobold merged 5 commits from embeds into main 2025-06-20 16:20:33 -04:00
9 changed files with 282 additions and 145 deletions
Showing only changes of commit 0476a81554 - Show all commits

View File

@@ -17,7 +17,9 @@ jobs:
matrix: matrix:
node-version: [20.x] node-version: [20.x]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Log into registry ${{ env.REGISTRY }} - name: Log into registry ${{ env.REGISTRY }}
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with: