@open-turo/eslint-config-typescript 9.0.15-pr-325.289.1.1 → 9.0.15-pr-325.291.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ jobs:
10
10
  name: Release
11
11
  runs-on: ubuntu-latest
12
12
  steps:
13
- - uses: open-turo/actions-node/release@f/use_latest_semantic_release_action
13
+ - uses: open-turo/actions-node/release@v5
14
14
  with:
15
15
  github-token: ${{ secrets.OPEN_TURO_GITHUB_TOKEN }}
16
16
  npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
package/package.json CHANGED
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "repository": "https://github.com/open-turo/eslint-config-typescript",
45
- "version": "9.0.15-pr-325.289.1.1"
45
+ "version": "9.0.15-pr-325.291.1.1"
46
46
  }