Merge pull request #21462 from overleaf/revert-18828-ac-node-20

Revert "Upgrade Node from `18.20.2` to `20.17.0`"

GitOrigin-RevId: cc12c33b4588caa2959817a113547d20d437d6f4
This commit is contained in:
Andrew Rumble
2024-10-29 14:51:59 +00:00
committed by Copybot
parent 8f56f39ec8
commit 79d80cc266
87 changed files with 109 additions and 113 deletions

View File

@@ -1,13 +1,13 @@
steps:
- id: npm_ci
name: "node:20.18.0"
name: "node:18.20.2"
entrypoint: /bin/bash
args:
- '-c'
- 'bin/npm_install_subset . libraries/* services/web'
- id: build-storybook
name: 'node:20.18.0'
name: 'node:18.20.2'
env:
- 'BRANCH_NAME=$BRANCH_NAME'
- 'BUILD_ID=$BUILD_ID'
@@ -49,7 +49,7 @@ steps:
- deploy-storybook
- id: create-storybook-index
name: 'node:20.18.0'
name: 'node:18.20.2'
dir: services/web
env:
- 'BRANCH_NAME=$BRANCH_NAME'