Skip to content

Commit 9eb3e26

Browse files
Tony QiuTony Qiu
authored andcommitted
sd
1 parent 36ba4cd commit 9eb3e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
3838
- name: Set up Node.js
3939
if: steps.changes.outputs.frontend == 'true' || steps.changes.outputs.typescript-backend == 'true'
40-
uses: actions/setup-node@v2
40+
uses: actions/setup-node@v4
4141
with:
42-
node-version: "20.11.1"
42+
node-version: "20"
4343
cache: "yarn"
4444
cache-dependency-path: |
4545
frontend/yarn.lock

0 commit comments

Comments
 (0)