Skip to content

Commit

Permalink
ok, it's up to you
Browse files Browse the repository at this point in the history
  • Loading branch information
XxLittleCxX authored Feb 7, 2024
1 parent 669b12b commit 0bda3de
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,25 @@ jobs:
SPONSORKIT_AFDIAN_EXECHANGERATE: '1'
AFDIAN_EXECHANGERATE: '1'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
# node-version: 20.x
cache: yarn
node-version: lts/*
cache: pnpm

- name: Setup
run: npm i -g @antfu/ni

- run: |
npm i yarn -g
yarn
- name: Install
run: nci

- name: Build Sponsorkit
run: yarn build
run: nr build

Check failure on line 38 in .github/workflows/main.yml

View workflow job for this annotation

GitHub Actions / build

Trailing spaces not allowed
- name: Run Sponsorkit script
run: node ./dist/cli.cjs
Expand Down

0 comments on commit 0bda3de

Please sign in to comment.