We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c7ce8 commit 5967da1Copy full SHA for 5967da1
1 file changed
.github/workflows/build.yml
@@ -10,10 +10,10 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v3
12
13
- - name: Set up Node 16
+ - name: Set up Node 22
14
uses: actions/setup-node@v3
15
with:
16
- node-version: 16
+ node-version: 22
17
18
- name: Cache Node modules
19
id: cache-node-modules
@@ -43,7 +43,7 @@ jobs:
43
strategy:
44
max-parallel: 4
45
matrix:
46
- node-version: [16, 18]
+ node-version: [18, 22]
47
48
steps:
49
0 commit comments