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 19:02:31 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2022-07-18 19:02:31 +0300
commitc775e596811a479a0fb3ef7ad3bea7a2f355bc0e (patch)
tree0e3aa3f57fa9dcc898eb3d0253940f007494ad64
parent66f0b1bdd4556c062f3e365e54dd4b0bcc709d34 (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 f1d699e..64fc075 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
bundler-cache: true
- name: Install Node.JS
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
check-latest: true
cache: 'yarn'