From b9f1957e06335b2d24eef87d6835948a683be075 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Tue, 15 Oct 2024 10:04:14 +0200 Subject: [PATCH] Update node --- .github/workflows/ci.yml | 2 +- .github/workflows/dev-builds.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 878a6e04c..58beedf47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'yarn' - run: yarn install --frozen-lockfile - run: yarn run playwright install --with-deps diff --git a/.github/workflows/dev-builds.yml b/.github/workflows/dev-builds.yml index 3a1bfae00..c1cd46154 100644 --- a/.github/workflows/dev-builds.yml +++ b/.github/workflows/dev-builds.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '16' + node-version: '18' cache: 'yarn' - run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index a0cf29c35..d97f22688 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,6 @@ "lint": "eslint . --ext .js" }, "engines": { - "node": ">= 14" + "node": ">= 16" } }