Skip to content

Commit f050f7e

Browse files
committed
testing2
1 parent b771a56 commit f050f7e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,14 @@ jobs:
8282
- name: Set up Node.js
8383
uses: actions/setup-node@v3
8484
with:
85-
node-version: '16'
85+
node-version: '16.13.0'
8686

8787
- name: Install Dependencies
8888
working-directory: ./frontend
8989
run: npm install
9090

9191
- name: Build Frontend
9292
working-directory: ./frontend
93-
env:
94-
NODE_OPTIONS: --openssl-legacy-provider
9593
run: npm run build
9694

9795
- name: Run Bundle Analysis

0 commit comments

Comments
 (0)