File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1616 id : setup-node
1717 with :
18- node-version : ' 22.20 .0'
18+ node-version : ' 24.11 .0'
1919 cache : ' npm'
2020 cache-dependency-path : ' **/package-lock.json'
2121
Original file line number Diff line number Diff line change 1818 - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
1919 id : setup-node
2020 with :
21- node-version : ' 22.20 .0'
21+ node-version : ' 24.11 .0'
2222 cache : ' npm'
2323 cache-dependency-path : ' **/package-lock.json'
2424
Original file line number Diff line number Diff line change 3535 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
3636 with :
3737 # we use version 14.x of node
38- node-version : 22.20 .0
38+ node-version : 24.11 .0
3939 # We now run npm i to install all dependencies and run the "transfrom" script that is defined in the package.json (change this if you need to)
4040 - name : Transform design tokens
4141 run : ' npm i && npm run transform-tokens'
You can’t perform that action at this time.
0 commit comments