diff --git a/.github/workflows/ci-grunt.yaml b/.github/workflows/ci-grunt.yaml index b7dd070..855cc10 100644 --- a/.github/workflows/ci-grunt.yaml +++ b/.github/workflows/ci-grunt.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Set up Node.js environment - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.0.0 with: node-version: lts/* cache: npm