File tree Expand file tree Collapse file tree 5 files changed +3747
-2313
lines changed Expand file tree Collapse file tree 5 files changed +3747
-2313
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v3.5.3
12
+ uses : actions/checkout@v4
13
13
with :
14
14
fetch-depth : 0
15
15
- name : Setup Node.js
16
- uses : actions/setup-node@v3.7.0
16
+ uses : actions/setup-node@v4
17
17
with :
18
- node-version : " 18 .x"
18
+ node-version : " 22 .x"
19
19
- name : Installing dependencies
20
20
run : npm install
21
21
- name : Build
22
22
run : npm run prepack
23
23
- name : Upload dist
24
- uses : actions/upload-artifact@v3.1.2
24
+ uses : actions/upload-artifact@v4
25
25
with :
26
26
name : lib
27
27
path : lib
@@ -32,13 +32,13 @@ jobs:
32
32
needs : build
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v3.5.3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
- name : Setup Node.js
39
- uses : actions/setup-node@v3.7.0
39
+ uses : actions/setup-node@v4
40
40
with :
41
- node-version : " 18 .x"
41
+ node-version : " 22 .x"
42
42
- name : Installing dependencies
43
43
run : npm install
44
44
- name : Download dist
50
50
run : ls -R
51
51
- name : Release
52
52
id : release-plugin
53
- uses : JS-DevTools/npm-publish@v2.2.0
53
+ uses : JS-DevTools/npm-publish@v3
54
54
with :
55
55
token : ${{ secrets.NPM_TOKEN }}
56
56
access : public
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app name" ,
3
- "type" : " GitHub" ,
3
+ "type" : " GitHub" ,
4
4
"environment" : " Default" ,
5
5
"framework" : " NextJs" ,
6
6
"build-command" : " npm run build" ,
7
7
"out-dir" : " ./.next" ,
8
- "branch" : " master"
9
- }
8
+ "branch" : " master" ,
9
+ "variable-type" : " variable-type" ,
10
+ "alias" : " alias" ,
11
+ "redeploy-atest" : " redeploy-latest" ,
12
+ "redeploy-last-upload" : " redeploy-last-upload" ,
13
+ "env-variables" : " env-variables"
14
+ }
You can’t perform that action at this time.
0 commit comments