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 e9454c6 commit ee7def8Copy full SHA for ee7def8
1 file changed
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
24
- uses: actions/setup-node@v6
25
with:
26
- node-version: 22
+ node-version: 24
27
- name: Install deps
28
run: yarn
29
- name: Lint
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
@@ -74,7 +74,7 @@ jobs:
74
name: target
75
76
77
78
79
run: |
80
sudo apt-get install moreutils
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
144
- name: Codeclimate
145
uses: paambaati/codeclimate-action@v9.0.0
0 commit comments