From 26cbba0e38bc147e3fa92c4cebf2731a03ffe19f Mon Sep 17 00:00:00 2001 From: Rishat Sultanov Date: Fri, 15 Dec 2023 14:37:29 +0600 Subject: [PATCH] Update ci.yml --- .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 cfab03a..adfa367 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '18.x' registry-url: 'https://registry.npmjs.org' - name: Install dependencies and build 🔧 run: npm i --force && npm run release