From f5c5149ef63d84fe26d2393642e157190520dd8c Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Mon, 20 Nov 2023 05:47:41 +0200 Subject: [PATCH] CI: bump node version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2712995..aad11ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [ '12', '14' ] + node-version: [ '18' ] steps: - uses: actions/checkout@v4