commit f77de4b2d6d04b2abdded2ed1f29efc4c768e8e8
parent d1cff27528217fe3b582eaccec4e4dbdf4df6ac4
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 8 May 2023 00:21:42 +0200
Fix CI
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
@@ -14,6 +14,10 @@ jobs:
uses: actions/checkout@v3.5.2
with:
persist-credentials: false
+ - uses: actions/setup-node@v3
+ with:
+ node-version: '18'
+ registry-url: https://npm.pkg.github.com/
- name: Install and Build 🔧
run: | # Install npm packages and build the Storybook files
export NODE_OPTIONS="--max_old_space_size=4096"
diff --git a/.github/workflows/percy.yaml b/.github/workflows/percy.yaml
@@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'
+ registry-url: https://npm.pkg.github.com/
- run: |
export NODE_OPTIONS="--max_old_space_size=4096"
npm install