diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f5c38e..c53b10f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: - name: Setup NodeJS LTS version uses: actions/setup-node@v3 with: - node-version: "18.12.0" + node-version: "22.13" - name: Setup the project run: yarn install diff --git a/.neetoci/default.yml b/.neetoci/default.yml index 93568c3..5349af3 100644 --- a/.neetoci/default.yml +++ b/.neetoci/default.yml @@ -5,7 +5,7 @@ plan: standard-2 global_job_config: setup: - checkout - - neetoci-version node 18.12 + - neetoci-version node 22.13 - cache restore - yarn install - cache store diff --git a/.node-version b/.node-version index 29ef05d..fb0a135 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.12 +22.13 diff --git a/.nvmrc b/.nvmrc index 29ef05d..fb0a135 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.12 +22.13 diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index a808802..9afd139 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -14,7 +14,7 @@ global_job_config: prologue: commands: - checkout - - sem-version node 18.12 + - sem-version node 22.13 - yarn install env_vars: - name: ENV