Skip to content

Commit ce17adf

Browse files
committed
fix firebase error
1 parent f3b58d4 commit ce17adf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/design-library-deploy-storybook-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v6
3939
with:
40-
node-version: "22.x"
40+
node-version: 22.22
4141
cache-dependency-path: "component-library/pnpm-lock.yaml"
4242
cache: "pnpm"
4343
- run: pnpm install --frozen-lockfile

.github/workflows/design-library-deploy-storybook-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Use Node.js
3535
uses: actions/setup-node@v6
3636
with:
37-
node-version: "22.x"
37+
node-version: 22.22
3838
cache-dependency-path: "component-library/pnpm-lock.yaml"
3939
cache: "pnpm"
4040
- run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)