File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 - name : Setup Node.js
1212 uses : actions/setup-node@v6
1313 with :
14- node-version : 20.19 .0
14+ node-version : 20.20 .0
1515
1616 - name : Cache dependencies
1717 id : yarn-cache
Original file line number Diff line number Diff line change 1111 - name : Setup Node.js
1212 uses : actions/setup-node@v6
1313 with :
14- node-version : 20.19 .0
14+ node-version : 20.20 .0
1515 # Unpack Libsodium
1616 - name : Unpack Libsodium
1717 run : yarn postinstall
Original file line number Diff line number Diff line change 1414 - name : Setup Node.js
1515 uses : actions/setup-node@v6
1616 with :
17- node-version : 20.19 .0
17+ node-version : 20.20 .0
1818 # Unpack Libsodium
1919 - name : Unpack Libsodium
2020 run : yarn postinstall
Original file line number Diff line number Diff line change 1212 - name : Setup Node.js
1313 uses : actions/setup-node@v6
1414 with :
15- node-version : 20.19 .0
15+ node-version : 20.20 .0
1616 # build app
1717 - name : Get yarn cache directory path
1818 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 1212 - name : Setup Node.js
1313 uses : actions/setup-node@v6
1414 with :
15- node-version : 20.19 .0
15+ node-version : 20.20 .0
1616 # build App
1717 - name : Get yarn cache directory path
1818 id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v6
1111 - uses : actions/setup-node@v6
1212 with :
13- node-version : 20.19 .0
13+ node-version : 20.20 .0
1414 - name : Install node_modules
1515 run : yarn install --frozen-lockfile
1616 - name : Install node_modules for example/
Original file line number Diff line number Diff line change 1+ 20.20.0
Original file line number Diff line number Diff line change 1+ 20.20.0
Original file line number Diff line number Diff line change 3636 "webpack-dev-server" : " ^4.15.0"
3737 },
3838 "engines" : {
39- "node" : " >=20.19.0 "
39+ "node" : " >=20.20 "
4040 }
4141}
You can’t perform that action at this time.
0 commit comments