Update actions file for yarn v4

This commit is contained in:
Lucid Kobold
2025-06-20 16:15:49 -04:00
parent 7d5a648be9
commit 0476a81554

View File

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