diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eec22d69..d444b21c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Node setup - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'npm' @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Node setup - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'npm'