Skip to content

Commit

Permalink
chore: Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
megahertz committed Oct 28, 2023
1 parent e0c297a commit dd58d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 18

- run: npm ci
- run: npm install

- run: npm test

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-wysiwyg",
"version": "3.0.0",
"version": "3.0.1",
"description": "Simple and lightweight React WYSIWYG editor",
"main": "lib/index.cjs.js",
"module": "lib/index.es.mjs",
Expand Down

0 comments on commit dd58d1b

Please sign in to comment.