From de943350c8f9b28d5bc4909f4add75ac938392c5 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Nov 2023 16:51:08 -0800 Subject: [PATCH] migrated to node 20 --- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/deploy-wen.yml | 2 +- .github/workflows/ui_eslint.yml | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 133609f..fe06bd7 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Install Dependencies run: npm install - name: Build project diff --git a/.github/workflows/deploy-wen.yml b/.github/workflows/deploy-wen.yml index 78093a6..432a166 100644 --- a/.github/workflows/deploy-wen.yml +++ b/.github/workflows/deploy-wen.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Install Dependencies run: npm install - name: Build project diff --git a/.github/workflows/ui_eslint.yml b/.github/workflows/ui_eslint.yml index d4dfa5b..ddcf2e7 100644 --- a/.github/workflows/ui_eslint.yml +++ b/.github/workflows/ui_eslint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Install Dependencies run: npm install - name: Lint diff --git a/package.json b/package.json index 1a664dc..6d2bd66 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ "@metamask/detect-provider": "2.0.0", "@ngneat/until-destroy": "9.2.3", "@nguniversal/express-engine": "15.1.0", - "@build-5/interfaces": "*", - "@build-5/lib": "*", + "@build-5/interfaces": "latest", + "@build-5/lib": "latest", "@tailwindcss/line-clamp": "0.4.2", "algoliasearch": "4.14.3", "angular-instantsearch": "4.4.0",