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