From 134fc61c6a8a7b3140f82d5b0649480702350f66 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Mon, 9 Mar 2026 14:01:13 -0700 Subject: [PATCH] Update BUILD.yml --- .github/workflows/BUILD.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BUILD.yml b/.github/workflows/BUILD.yml index 74f95f0..ca69d10 100644 --- a/.github/workflows/BUILD.yml +++ b/.github/workflows/BUILD.yml @@ -3,10 +3,10 @@ jobs: npm-build-push: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: token: ${{secrets.GITHUB_TOKEN}} - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: 24 - run: npm install && npm run build