diff --git a/.github/workflows/npm-build.yml b/.github/workflows/npm-build.yml index 1a4f1bd9..4ebabae6 100644 --- a/.github/workflows/npm-build.yml +++ b/.github/workflows/npm-build.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3.7.0 with: - node-version: '16' + node-version: '18' - name: Cache npm dependencies uses: actions/cache@v4