Skip to content

Commit e508dc7

Browse files
authored
Update frontend.yml
1 parent a38a367 commit e508dc7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/frontend.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
branches: [ main ]
88
types: [opened, synchronize]
99

10-
1110
jobs:
1211
build-frontend:
1312
runs-on: ubuntu-latest
@@ -23,6 +22,12 @@ jobs:
2322
cache: 'yarn'
2423
cache-dependency-path: Sample-01/yarn.lock
2524

25+
- name: Verify Node.js version
26+
run: node --version
27+
28+
- name: Clean Yarn cache
29+
run: yarn cache clean
30+
2631
- name: Install dependencies
2732
run: cd Sample-01 && yarn install
2833

@@ -41,7 +46,6 @@ jobs:
4146
run: CI=false yarn build
4247
working-directory: Sample-01
4348

44-
4549
- name: Upload build artifacts
4650
uses: actions/upload-artifact@v2
4751
with:

0 commit comments

Comments
 (0)