From 078136e5699d2718f9e889fa54f22aeb4813c36a Mon Sep 17 00:00:00 2001 From: Oscar Hermoso Date: Mon, 26 Feb 2024 16:51:26 +0800 Subject: [PATCH] Bump to Node 20 --- .github/workflows/playwright.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c5a26f336..b0877856c 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci - name: Install Playwright Browsers diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a141770d6..5bfe94e7e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-node@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm ci - name: Build library