From 991986d830eeb198d5b49af8335b138752f17183 Mon Sep 17 00:00:00 2001 From: Peter Jenkins Date: Wed, 9 Oct 2024 17:00:25 +0300 Subject: [PATCH] Bump node versions --- .github/workflows/node.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 449bded..451764b 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 20.x - run: npm install - run: npm run build @@ -24,7 +24,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4