diff options
author | Valery Piashchynski <[email protected]> | 2022-03-02 10:13:40 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-02 10:13:40 +0100 |
commit | 820128e30fd1e2cf6e177866a9360740561ae91f (patch) | |
tree | 95495d421633a2264acb031f02216dc3a4eebcd0 | |
parent | 44b96e63c97081cf7566cbdf81554d22176ba379 (diff) | |
parent | daf59daa78830c5ef1645e7debd3c9577766cc00 (diff) |
[#1030]: Bump actions/setup-node from 2 to 3
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 324c76ad..06bbc33e 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' |