diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index da754964..c1d24d2e 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v2