File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Project
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 - name : Add problem matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v19.5.0
1919 uses : actions/setup-node@v6
2020 with :
21- node-version : 22.20.0
21+ node-version : 24.11.1
2222 cache : yarn
2323 - name : Install Dependencies
2424 run : yarn --immutable
@@ -30,13 +30,13 @@ jobs:
3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout Project
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 - name : Add problem matcher
3535 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
3636 - name : Use Node.js v19.5.0
3737 uses : actions/setup-node@v6
3838 with :
39- node-version : 22.20.0
39+ node-version : 24.11.1
4040 cache : yarn
4141 - name : Install Dependencies
4242 run : yarn --immutable
You can’t perform that action at this time.
0 commit comments