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.
2 parents 1a6e386 + f495eb1 commit 4bf3d3eCopy full SHA for 4bf3d3e
.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@v3
+ uses: actions/checkout@v4
16
- name: Add problem matcher
17
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
18
- name: Use Node.js v18
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
37
0 commit comments