Skip to content

Commit edeb3b4

Browse files
committed
📦️ Update workflows
1 parent fadc432 commit edeb3b4

File tree

3 files changed

+3
-46
lines changed

3 files changed

+3
-46
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v6
19-
- name: Use Node.js 20
19+
- name: Use Node.js 22
2020
uses: actions/setup-node@v6
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
- name: Compute Filename
2424
id: file
2525
run: |

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
name: Lint JS
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- run: npx --yes oxlint@1.9.0 --deny-warnings # change to the latest release

0 commit comments

Comments
 (0)