Skip to content

Commit

Permalink
update CI fix to @swc/core version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heimanba authored Jul 19, 2024
1 parent 9b56029 commit 1f020c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install
run: |
npm install && npm i @swc/core@1.6.0
- name: Build
run: |
npm install && npm run build && mkdir deploy-dist && cp -R dist/* deploy-dist/
npm run build && mkdir deploy-dist && cp -R dist/* deploy-dist/
- run: npm i @serverless-devs/s -g --registry=https://registry.npmmirror.com
- run: s config add --AccountID ${{secrets.ACCOUNT_ID}} --AccessKeyID ${{secrets.ACCESS_KEYID}} --AccessKeySecret ${{secrets.ACCESS_KEYSECRET}} -a nacos -f
- name: Deploy
Expand Down

0 comments on commit 1f020c7

Please sign in to comment.