diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90ffdda1..ccde84b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.4] + node-version: [18.12] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/build_dist.yml b/.github/workflows/build_dist.yml index 91c5f46b..9f00a8b3 100644 --- a/.github/workflows/build_dist.yml +++ b/.github/workflows/build_dist.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [18.4] + node-version: [18.12] steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index fefabaff..b2578cd2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,7 +27,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} strategy: matrix: - node-version: [18.4] + node-version: [18.12] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58497c89..cafec168 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.4] + node-version: [18.12] steps: - uses: actions/checkout@v3 diff --git a/package.json b/package.json index 0925eff9..9d4c34d2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "spcl" ], "engines": { - "node": ">=18.4.0" + "node": ">=18.12.0" }, "bugs": { "url": "https://github.com/spcl/dace-webclient/issues"