Skip to content

Commit 54c2099

Browse files
committed
changed git actions nodejs version
1 parent 2b9d843 commit 54c2099

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [19.x]
20+
node-version: [21.x]
2121

2222
steps:
2323
- name: Checkout repository
@@ -48,7 +48,7 @@ jobs:
4848

4949
strategy:
5050
matrix:
51-
node-version: [19.x]
51+
node-version: [21.x]
5252

5353
steps:
5454
- name: Checkout repository
@@ -91,7 +91,7 @@ jobs:
9191

9292
strategy:
9393
matrix:
94-
node-version: [19.x]
94+
node-version: [21.x]
9595

9696
steps:
9797
- name: Checkout repository

.tool-versions

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 21.6.2

0 commit comments

Comments
 (0)