From 6f206d116fa94916dbd8c21b4e7711c2f3b6142b Mon Sep 17 00:00:00 2001 From: Alexey Vasiliev Date: Fri, 15 Jul 2022 13:40:41 +0300 Subject: new nodejs --- .github/workflows/deploy.yml | 2 +- .tool-versions | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a6a3d09..b0170f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Install Node.JS uses: actions/setup-node@v2 with: - node-version: '16.9.1' + node-version: '18.3.0' cache: 'yarn' - name: Install Javascript dependencies diff --git a/.tool-versions b/.tool-versions index 11fc4f8..b014542 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ ruby 3.1.2 -nodejs 16.9.1 +nodejs 18.3.0 diff --git a/package.json b/package.json index f2e7c0f..19a3767 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "license": "MIT", "engines": { - "node": "16.9.1" + "node": "18.3.0" }, "scripts": { "lint": "eslint --ext .jsx,.js assets/", -- cgit v1.2.3