Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-15 13:40:41 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-15 13:40:41 +0300
commit6f206d116fa94916dbd8c21b4e7711c2f3b6142b (patch)
tree40fda74444632f73946c0b472fdffe14489fa879
parentb3d4a86bed4a8c47ef350f7c252ca7c0e9375b69 (diff)
new nodejs
-rw-r--r--.github/workflows/deploy.yml2
-rw-r--r--.tool-versions2
-rw-r--r--package.json2
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/",