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 92a199d commit 13a39f4Copy full SHA for 13a39f4
.github/workflows/continuous-integration.yaml
@@ -22,7 +22,7 @@ jobs:
22
ports:
23
- 5432:5432
24
steps:
25
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
26
- name: Use Node.js ${{ matrix.node-version }}
27
uses: actions/setup-node@v4
28
with:
@@ -39,7 +39,7 @@ jobs:
39
name: Code Lint
40
runs-on: ubuntu-latest
41
42
43
- uses: actions/setup-node@v4
44
45
node-version: 20 # LTS
@@ -52,7 +52,7 @@ jobs:
52
53
if: ${{ github.event.pull_request }}
54
55
56
57
fetch-depth: 0
58
0 commit comments