Skip to content

Commit

Permalink
chore: cleanup shimmer CI
Browse files Browse the repository at this point in the history
  • Loading branch information
begonaalvarezd committed Sep 11, 2024
1 parent bd78b93 commit ee0eba5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-artifact-shimmer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 20
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: cd src && yarn
- name: add webpack
run: npm link webpack
- name: Build and create zip
node-version: '20'
- name: Install dependencies && build
run: cd src && npm install && npm run build
- name: Create zip
run: zip -r liebling.zip ./* -x 'node_modules/*' -x '*src*'
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ee0eba5

Please sign in to comment.