We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ba4cd commit 9eb3e26Copy full SHA for 9eb3e26
.github/workflows/lint.yml
@@ -37,9 +37,9 @@ jobs:
37
38
- name: Set up Node.js
39
if: steps.changes.outputs.frontend == 'true' || steps.changes.outputs.typescript-backend == 'true'
40
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
41
with:
42
- node-version: "20.11.1"
+ node-version: "20"
43
cache: "yarn"
44
cache-dependency-path: |
45
frontend/yarn.lock
0 commit comments