We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9d843 commit 54c2099Copy full SHA for 54c2099
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- node-version: [19.x]
+ node-version: [21.x]
21
22
steps:
23
- name: Checkout repository
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
.tool-versions
@@ -0,0 +1 @@
1
+nodejs 21.6.2
0 commit comments