diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5e2473..86b7679 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v5 - name: Set up Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22 cache: npm @@ -56,7 +56,7 @@ jobs: retention-days: 7 # Notes on action versions: -# - actions/checkout@v5 and actions/setup-node@v5 use Node.js 24, addressing +# - actions/checkout@v5 and actions/setup-node@v6 use Node.js 24, addressing # the September 2025 Node 20 deprecation warning. # - actions/upload-artifact remains on v4 (the current major; v5 isn't out as # of this write). It runs on Node 20 internally — when v5 ships supporting