diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a2c7cb..2b1c696 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: "🟢 node" uses: actions/setup-node@v4 with: - version: 20 + node-version: 20 registry-url: https://registry.npmjs.org/ - name: "📦 publish" run: npm publish --access public diff --git a/package-lock.json b/package-lock.json index 486ba44..e9c7186 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bradgarropy/eslint-config", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bradgarropy/eslint-config", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "devDependencies": { "@babel/eslint-parser": "^7.16.3", diff --git a/package.json b/package.json index 550cd3e..1ee0893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bradgarropy/eslint-config", - "version": "1.4.0", + "version": "1.4.1", "description": "💎 eslint configuration", "keywords": [ "eslint",