Skip to content

Commit

Permalink
ci: update github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Dec 30, 2023
1 parent 6695e9b commit bae90b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
node-version: [16, 18, 20]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run coverage
- run: npm ci
- run: npm test
env:
CI: true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "src/index.js",
"scripts": {
"release": "np",
"test": "vitest",
"coverage": "vitest run --coverage"
"test:dev": "vitest",
"test": "vitest run --coverage"
},
"license": "MIT",
"repository": "https://github.com/maizzle/tailwindcss-plugin-starter",
Expand Down

0 comments on commit bae90b0

Please # to comment.