diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0bbe0d..3406661 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: # Set up Node.js using a pinned commit SHA. - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # 6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # 7.0.0 # Replace the above SHA with your chosen pinned commit. with: node-version: '18'