File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
if : needs.skip_if_running.outputs.skip != 'true'
29
29
30
30
steps :
31
- - uses : actions/checkout@v2
32
- - uses : actions/setup-node@v1
31
+ - uses : actions/checkout@v4
32
+ - uses : actions/setup-node@v4
33
33
with :
34
- node-version : 14
34
+ node-version : 18
35
35
- name : Run terminusdb server
36
36
run : docker run --detach --publish 127.0.0.1:6363:6363 terminusdb/terminusdb-server:dev && sleep 3
37
37
- name : Install, build and test
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Clone JSDoc template
15
15
run : git clone https://github.com/terminusdb-labs/jsdoc-terminusdb-template.git
16
16
- name : Run NPM Install
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
- name : Use Node.js ${{ matrix.node-version }}
15
15
uses : actions/setup-node@v1
16
16
with :
17
- node-version : 14
17
+ node-version : 18
18
18
registry-url : ' https://registry.npmjs.org'
19
19
- run : npm install
20
20
- run : npm run build
You can’t perform that action at this time.
0 commit comments