diff --git a/.github/workflows/ci-grunt.yaml b/.github/workflows/ci-grunt.yaml index 8a35444..e8ae220 100644 --- a/.github/workflows/ci-grunt.yaml +++ b/.github/workflows/ci-grunt.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v3.3.0 - name: Set up Node.js environment - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v4.1.0 with: node-version: ${{ env.NODE_VERSION }} cache: npm