Skip to content

Commit

Permalink
fix: unicode in filename is deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Jun 21, 2023
1 parent 09d1bf7 commit 1c7458a
Show file tree
Hide file tree
Showing 8 changed files with 5,617 additions and 10,377 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: 'npm'
cache: 'yarn'
- name: Install dependencies
run: npm ci
run: yarn
- name: Build
run: npm run build
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci || npm install
- run: yarn
# before the first 'run' each "run" is a script from your project:
# - run: npm run prettier
# - run: npm run linter
- run: npm run test
- run: yarn test
Loading

0 comments on commit 1c7458a

Please sign in to comment.