File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
14
14
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - name : Use Node.js 18 .x
17
+ - name : Use Node.js 22 .x
18
18
19
19
with :
20
- node-version : 18 .x
20
+ node-version : 22 .x
21
21
- run : npm i && npm run lint
22
22
PrepareSupportedVersions :
23
23
runs-on : ubuntu-latest
@@ -26,10 +26,10 @@ jobs:
26
26
27
27
steps :
28
28
- uses : actions/checkout@v2
29
- - name : Use Node.js 18 .x
29
+ - name : Use Node.js 22 .x
30
30
31
31
with :
32
- node-version : 18 .x
32
+ node-version : 22 .x
33
33
- id : set-matrix
34
34
run : |
35
35
node -e "
@@ -45,10 +45,10 @@ jobs:
45
45
46
46
steps :
47
47
- uses : actions/checkout@v2
48
- - name : Use Node.js 18 .x
48
+ - name : Use Node.js 22 .x
49
49
uses : actions/setup-node@v1
50
50
with :
51
- node-version : 18 .x
51
+ node-version : 22 .x
52
52
- name : Setup Java JDK
53
53
54
54
with :
Original file line number Diff line number Diff line change 13
13
- name : Set up Node.js
14
14
uses : actions/setup-node@master
15
15
with :
16
- node-version : 18 .0.0
16
+ node-version : 22 .0.0
17
17
- id : publish
18
18
uses : JS-DevTools/npm-publish@v1
19
19
with :
Original file line number Diff line number Diff line change 29
29
"author" : " Andrew Kelley" ,
30
30
"license" : " BSD-3-Clause" ,
31
31
"engines" : {
32
- "node" : " >=14 "
32
+ "node" : " >=22 "
33
33
},
34
34
"browser" : " src/browser.js" ,
35
35
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments