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 74a896c commit 58155ccCopy full SHA for 58155cc
.github/workflows/continuous-integration.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout Project
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
- name: Add problem matcher
17
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
18
- name: Use Node.js v19.5.0
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
36
0 commit comments