From f4a00d9328bc7000883696e9678533438ba9ce3c Mon Sep 17 00:00:00 2001 From: Morris Brodersen Date: Sat, 15 Feb 2025 14:15:16 +0100 Subject: [PATCH] update pipeline --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e5a7bc4..c74265c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - run: npm ci - run: npm run format-check - run: npm run lint @@ -38,8 +38,8 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/configure-pages@v3 - - uses: actions/upload-pages-artifact@v2 + - uses: actions/upload-pages-artifact@v3 with: path: public - id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4