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 /.github
parentb3d4a86bed4a8c47ef350f7c252ca7c0e9375b69 (diff)
new nodejs
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 1 insertions, 1 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