diff options
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4cf5dc51..423ed2d83 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - run: ./gradlew build - uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 18 cache: npm cache-dependency-path: | traccar-web/package-lock.json |