Commit f32fb72 1 parent a8655d7 commit f32fb72 Copy full SHA for f32fb72
File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ jobs:
11
11
- 12.x
12
12
- 14.x
13
13
- 16.x
14
+ - 18.x
14
15
steps :
15
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
16
17
- name : ' Install node.js ${{ matrix.node-version }}'
17
- uses : actions/setup-node@v2-beta
18
+ uses : actions/setup-node@v4
18
19
with :
19
20
node-version : ' ${{ matrix.node-version }}'
20
21
- name : Run unit tests
Original file line number Diff line number Diff line change 8
8
if : github.ref == 'refs/heads/master' && needs.unit-tests.result == 'success'
9
9
runs-on : ${{ vars.UBUNTU_VERSION }}
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v4
12
12
- name : Install Node.js
13
- uses : actions/setup-node@v2-beta
13
+ uses : actions/setup-node@v4
14
14
with :
15
- node-version : 16 .x
15
+ node-version : 20 .x
16
16
- name : Run semantic-release
17
17
env :
18
18
GH_TOKEN : ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
28
28
needs : [unit-tests, npm-publish]
29
29
runs-on : ${{ vars.UBUNTU_VERSION }}
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v4
32
32
- name : Build Docker images
33
33
env :
34
34
DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
You can’t perform that action at this time.
0 commit comments