Skip to content

Commit 33b4dec

Browse files
committed
Updating workflow
1 parent 6a0dd79 commit 33b4dec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [24.x]
1313

1414
steps:
1515
- name: Checkout Repository
@@ -26,7 +26,7 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
node-version: [16.x]
29+
node-version: [24.x]
3030

3131
steps:
3232
- name: Checkout Repository
@@ -43,7 +43,7 @@ jobs:
4343

4444
strategy:
4545
matrix:
46-
node-version: [16.x]
46+
node-version: [24.x]
4747

4848
steps:
4949
- name: Checkout Repository

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [24.x]
1313

1414
steps:
1515
- name: Checkout Repository
@@ -26,7 +26,7 @@ jobs:
2626

2727
strategy:
2828
matrix:
29-
node-version: [16.x]
29+
node-version: [24.x]
3030

3131
steps:
3232
- name: Checkout Repository

0 commit comments

Comments
 (0)