Skip to content

Commit

Permalink
release: 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtiz13 committed Jun 12, 2024
1 parent 468deea commit 913f856
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-kuzzle",
"version": "0.0.12",
"version": "0.0.13",
"description": "Kuzzle Coding Standard",
"homepage": "https://github.com/kuzzleio/eslint-plugin-kuzzle",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue-kuzzle",
"version": "0.0.12",
"version": "0.0.13",
"description": "Kuzzle Vue Coding Standard",
"homepage": "https://github.com/kuzzleio/eslint-plugin-kuzzle",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"publish-packages": {
"cache": false
},
Expand Down

0 comments on commit 913f856

Please sign in to comment.