summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-03-02 19:00:57 +0100
committerGitHub <[email protected]>2022-03-02 19:00:57 +0100
commit251228ad5629d164e177ea9e93f9aa2318ae7975 (patch)
tree433ecf4b25acd1d24bfee72bc66d7d8e235db7f7
parenta939e7410b870e01e459305a0f0ca15055961cd4 (diff)
parent820128e30fd1e2cf6e177866a9360740561ae91f (diff)
Merge branch 'master' into dependabot/github_actions/golangci/golangci-lint-action-3.1.0
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 914af47e..af5fcd84 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2
- name: Setup nodejs
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: '14'