build: update yarn + node
ci: update node to 20
This commit is contained in:
parent
0a9bbbfa5a
commit
fae5f68740
5 changed files with 1970 additions and 1967 deletions
2
.github/workflows/frontend-pipeline.yml
vendored
2
.github/workflows/frontend-pipeline.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
||||||
value: ${{ jobs.notify-success.outputs.pipeline_success }}
|
value: ${{ jobs.notify-success.outputs.pipeline_success }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: lts/hydrogen
|
NODE_VERSION: lts/iron
|
||||||
CI: 1
|
CI: 1
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
hydrogen
|
iron
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
compressionLevel: mixed
|
||||||
|
|
||||||
|
enableGlobalCache: false
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"packageManager": "yarn@3.6.1",
|
"packageManager": "yarn@4.0.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@emotion/react": "^11.11.1",
|
"@emotion/react": "^11.11.1",
|
||||||
"@emotion/styled": "^11.11.0",
|
"@emotion/styled": "^11.11.0",
|
||||||
|
|
3928
frontend/yarn.lock
3928
frontend/yarn.lock
File diff suppressed because it is too large
Load diff
Reference in a new issue