Skip to content

Commit a9a234d

Browse files
Update dependency node to v22
1 parent 6dc0746 commit a9a234d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/secretlint-only-on-changed-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: setup Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 22
1919
- name: Install
2020
run: npm install
2121
- name: Lint with Secretlint

.github/workflows/secretlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node.js
1313
uses: actions/setup-node@v4
1414
with:
15-
node-version: 16
15+
node-version: 22
1616
- name: Install
1717
run: npm install
1818
- name: Lint with Secretlint

0 commit comments

Comments
 (0)