diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index caab9268..0f0e8a5e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/setup-node@v3 with: cache: npm - node-version: 20 + node-version: 21 - name: Install dependencies run: npm ci - name: Run tests