@open-turo/eslint-config-typescript 9.0.15-pr-325.288.1.1 → 9.0.15-pr-325.290.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.
@@ -14,7 +14,7 @@ jobs:
14
14
  mkdir -p "$HOME/bin"
15
15
  bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) latest "$HOME/bin"
16
16
  echo "${HOME}/bin" >> "$GITHUB_PATH"
17
- - uses: open-turo/actions-node/lint@f/use_latest_semantic_release_action
17
+ - uses: open-turo/actions-node/lint@v5
18
18
  with:
19
19
  github-token: ${{ secrets.GITHUB_TOKEN }}
20
20
  npm-token: ${{ secrets.OPEN_TURO_NPM_TOKEN }}
@@ -22,7 +22,7 @@ jobs:
22
22
  name: Test
23
23
  runs-on: ubuntu-latest
24
24
  steps:
25
- - uses: open-turo/actions-node/test@f/use_latest_semantic_release_action
25
+ - uses: open-turo/actions-node/test@v5
26
26
  with:
27
27
  github-token: ${{ secrets.GITHUB_TOKEN }}
28
28
  test-flags: --coverage
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.288.1.1"
45
+ "version": "9.0.15-pr-325.290.1.1"
46
46
  }