Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wz2cool committed May 18, 2024
1 parent b3dc70e commit 1d6cb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [12]
node: [18]
os: [windows-latest]

steps:
Expand All @@ -27,7 +27,7 @@ jobs:
run: npm install # switch to `npm ci` when Node.js 6 support is dropped

- name: Run tests
run: npm run test
run: npm install cnpm -g && cnpm run test

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 1d6cb4a

Please sign in to comment.