From ba2d4906f84fae4a5635d29359a004748b593055 Mon Sep 17 00:00:00 2001 From: naorpeled Date: Sat, 7 Feb 2026 19:55:19 +0200 Subject: [PATCH] node 20 --- .github/workflows/merge-to-master.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/pull-request.yml | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/merge-to-master.yml b/.github/workflows/merge-to-master.yml index 541139d..4b8bf2d 100644 --- a/.github/workflows/merge-to-master.yml +++ b/.github/workflows/merge-to-master.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18] + node-version: [20] steps: - name: Get branch name (merge) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eefe642..aa9a5d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - uses: actions/cache@v4 with: path: ~/.npm diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b22baff..3e398e9 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [18] + node: [20] name: Node ${{ matrix.node }} steps: - name: "Checkout latest code" @@ -37,7 +37,7 @@ jobs: - name: Set up node uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - name: Install dependencies run: npm ci - name: Run ESLint diff --git a/package.json b/package.json index 070df6c..85ea340 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "module": "src/bowser.js", "types": "index.d.ts", "engines": { - "node": ">=18" + "node": ">=20" }, "repository": { "type": "git",