diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 01d498b..b2698ba 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -5,24 +5,13 @@ on: types: [created] jobs: -# build: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v3 -# - uses: actions/setup-node@v3 -# with: -# node-version: 16 -# - run: npm ci -# - run: npm test - publish-npm: -# needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish diff --git a/package-lock.json b/package-lock.json index 9c949a5..e4b556f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "strapi-content-type-explorer", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "strapi-content-type-explorer", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "dependencies": { "@tisoap/react-flow-smart-edge": "^3.0.0", @@ -16866,4 +16866,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 915f509..dcbad2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-content-type-explorer", - "version": "0.1.0", + "version": "0.2.0", "description": "A Strapi plugin to view your content types and their relationships", "strapi": { "name": "content-type-explorer", @@ -39,4 +39,4 @@ "npm": ">=6.0.0" }, "license": "MIT" -} +} \ No newline at end of file