diff options
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5bf2fdb..db90ef4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -112,7 +112,7 @@ jobs: - name: Setup node.js uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '22' - name: Download artifacts uses: actions/download-artifact@v5 with: |