We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aacc39 commit 4450900Copy full SHA for 4450900
.github/workflows/accessibility-alt-text-bot.yml
@@ -23,4 +23,4 @@ jobs:
23
if: ${{ !endsWith(github.actor, '[bot]') }}
24
runs-on: ubuntu-latest
25
steps:
26
- - uses: github/accessibility-alt-text-bot@v1.5.0
+ - uses: github/accessibility-alt-text-bot@v1.6.0
.github/workflows/test-js.yml
@@ -40,7 +40,7 @@ jobs:
40
run: pnpm test:js-run
41
42
- name: Report coverage
43
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.2
44
with:
45
file: coverage/lcov.info
46
flags: ${{ matrix.ts_version }}
.nvmrc
@@ -1 +1 @@
1
-22.11.0
+22.13.0
0 commit comments