aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-14 04:58:59 +0000
committerGitHub <[email protected]>2025-10-14 04:58:59 +0000
commit94c96c6894e143c834bf81857d37643a107c2ccf (patch)
treee892c9a01e49cd669371b9ed20bb49c4f802c036 /.github/workflows/deploy.yml
parentMerge branch 'main' of https://github.com/senpy-club/graphql-api (diff)
downloadgraphql-api-renovate/actions-setup-node-6.x.tar.xz
graphql-api-renovate/actions-setup-node-6.x.zip
chore(deps): update actions/setup-node action to v6renovate/actions-setup-node-6.x
Diffstat (limited to '.github/workflows/deploy.yml')
-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 bcf9bd3..7dded38 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 🍏 Use Node.js
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
with:
node-version: "12.x"