From de1934f758659f1700a3d85a6b18cbc1ebdcd752 Mon Sep 17 00:00:00 2001 From: v8tenko Date: Thu, 12 Oct 2023 19:04:14 +0300 Subject: [PATCH] feat: bump node to 18 --- .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 dbdbd10a..41be5b1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '14.x' + node-version: '18.x' cache: 'npm' - name: Install Packages run: npm ci