We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b65364 commit c75f4daCopy full SHA for c75f4da
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v2
14
with:
15
- node-version: "16"
+ node-version: "20"
16
- name: Cache modules
17
uses: actions/cache@v2
18
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
- name: Cache npm
63
64
@@ -82,7 +82,7 @@ jobs:
82
83
strategy:
84
matrix:
85
- node-version: [12, 14, 16]
+ node-version: [16, 18, 20, 22]
86
87
steps:
88
0 commit comments