File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
GH_OWNER : ${{ github.repository_owner }}
31
31
OVERRIDE_NAME_SUFFIX : ${{ vars.OVERRIDE_NAME_SUFFIX }}
32
32
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- uses : hashicorp/setup-terraform@v2
35
35
36
36
- name : Install package
37
37
run : |
38
38
sudo apt-get -y install jq
39
39
40
40
- name : Setup node.js
41
- uses : actions/setup-node@v3
41
+ uses : actions/setup-node@v4
42
42
with :
43
43
node-version : 18
44
44
cache : ' yarn'
Original file line number Diff line number Diff line change 20
20
tsc :
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Use Node.js ${{ env.NODE_VERSION }}
25
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@v4
26
26
with :
27
27
node-version : ${{ env.NODE_VERSION }}
28
28
cache : ' yarn'
33
33
eslint :
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Use Node.js ${{ env.NODE_VERSION }}
38
- uses : actions/setup-node@v3
38
+ uses : actions/setup-node@v4
39
39
with :
40
40
node-version : ${{ env.NODE_VERSION }}
41
41
cache : ' yarn'
46
46
cucumber :
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v3
49
+ - uses : actions/checkout@v4
50
50
- name : Use Node.js ${{ env.NODE_VERSION }}
51
- uses : actions/setup-node@v3
51
+ uses : actions/setup-node@v4
52
52
with :
53
53
node-version : ${{ env.NODE_VERSION }}
54
54
cache : ' yarn'
59
59
vitest :
60
60
runs-on : ubuntu-latest
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
- name : Use Node.js ${{ env.NODE_VERSION }}
64
- uses : actions/setup-node@v3
64
+ uses : actions/setup-node@v4
65
65
with :
66
66
node-version : ${{ env.NODE_VERSION }}
67
67
cache : ' yarn'
You can’t perform that action at this time.
0 commit comments