File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- node-version : [12.x, 14.x, 16.x]
12
+ node-version : [12.x, 14.x, 16.x, 18.x ]
13
13
steps :
14
14
- name : Checkout
15
15
uses : actions/checkout@v3
@@ -26,10 +26,10 @@ jobs:
26
26
steps :
27
27
- name : Checkout
28
28
uses : actions/checkout@v3
29
- - name : Use Node.js 16 .x
29
+ - name : Use Node.js 18 .x
30
30
uses : actions/setup-node@v3
31
31
with :
32
- node-version : 16 .x
32
+ node-version : 18 .x
33
33
- name : Install and build
34
34
run : npm install && npm test
35
35
- name : Publish to NPM
@@ -47,10 +47,10 @@ jobs:
47
47
steps :
48
48
- name : Checkout
49
49
uses : actions/checkout@v3
50
- - name : Use Node.js 16 .x
50
+ - name : Use Node.js 18 .x
51
51
uses : actions/setup-node@v3
52
52
with :
53
- node-version : 16 .x
53
+ node-version : 18 .x
54
54
- name : Build documentation
55
55
run : |
56
56
cd website
You can’t perform that action at this time.
0 commit comments