Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
- name: Install deps
run: yarn
- name: Lint
Expand All @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
- name: Install deps
run: yarn

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
name: target
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
- name: Install deps
run: |
sudo apt-get install moreutils
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
name: target
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24

- name: Codeclimate
uses: paambaati/[email protected]
Expand Down
Loading