Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet authored Jul 11, 2024
1 parent 04bc9f0 commit 72aed65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.6.0
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'pnpm'
Expand All @@ -25,7 +25,7 @@ jobs:
- name: zip bundle file
run: cd .output/chrome-mv3 && zip -r ctx.zip . && mv ctx.zip ../../
- name: Upload package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ctx
path: ctx.zip

0 comments on commit 72aed65

Please sign in to comment.