diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0beace55..b6741303 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@v7 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@v7 with: node-version: 20 cache: 'npm'