Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Howardzhangdqs authored Nov 1, 2023
1 parent 3c3210d commit c1bcc9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -24,6 +24,7 @@ jobs:

- name: Build
run: |
npm install
npm i pnpm -g
pnpm install
webpack --mode production
node ./scripts/build-tampermonkey.js

0 comments on commit c1bcc9b

Please sign in to comment.