40
40
DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
41
41
DAPR_CLI_REF : " "
42
42
DAPR_REF : " "
43
- NODE_VER : 16.14 .0
43
+ NODE_VER : 22.16 .0
44
44
services :
45
45
emqx :
46
46
image : emqx/emqx
@@ -61,20 +61,20 @@ jobs:
61
61
62
62
- name : Set up Go ${{ env.GOVER }}
63
63
if : env.DAPR_REF != '' || env.DAPR_CLI_REF != ''
64
- uses : actions/setup-go@v2
64
+ uses : actions/setup-go@v5
65
65
with :
66
66
go-version : ${{ env.GOVER }}
67
67
68
68
- name : Checkout Dapr CLI repo to custom reference
69
- uses : actions/checkout@v2
69
+ uses : actions/checkout@v4
70
70
if : env.DAPR_CLI_REF != ''
71
71
with :
72
72
repository : dapr/cli
73
73
ref : ${{ env.DAPR_CLI_REF }}
74
74
path : cli
75
75
76
76
- name : Checkout Dapr runtime repo to custom reference
77
- uses : actions/checkout@v2
77
+ uses : actions/checkout@v4
78
78
if : env.DAPR_REF != ''
79
79
with :
80
80
repository : dapr/dapr
@@ -111,12 +111,12 @@ jobs:
111
111
./dist/linux_amd64/release/placement &
112
112
113
113
- name : Checkout JS-SDK
114
- uses : actions/checkout@v2
114
+ uses : actions/checkout@v4
115
115
116
116
# Setup .npmrc file to publish to npm
117
117
# https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
118
118
- name : NodeJS - Install
119
- uses : actions/setup-node@v2
119
+ uses : actions/setup-node@v4
120
120
with :
121
121
node-version : ${{ env.NODE_VER }}
122
122
registry-url : " https://registry.npmjs.org"
@@ -136,4 +136,4 @@ jobs:
136
136
dapr run --app-id typescript-build npm run start
137
137
138
138
- name : Upload test coverage
139
- uses : codecov/codecov-action@v1
139
+ uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
0 commit comments