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-18 18:52:08 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-18 18:52:08 +0300
commit66f0b1bdd4556c062f3e365e54dd4b0bcc709d34 (patch)
tree36cce5996596ff7c57cf9e65741c285bfad9023c
parent6f206d116fa94916dbd8c21b4e7711c2f3b6142b (diff)
update nodejs install
-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 b0170f3..f1d699e 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: '18.3.0'
+ check-latest: true
cache: 'yarn'
- name: Install Javascript dependencies