File tree 6 files changed +27
-27
lines changed
6 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-node@v3
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/setup-node@v4
16
16
with :
17
- node-version : 16
17
+ node-version : 20
18
18
cache : yarn
19
19
20
20
- name : Install
41
41
id-token : write
42
42
43
43
steps :
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
46
46
- name : Install + Build
47
47
run : docker-compose up page-build
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
release :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
19
- - uses : actions/setup-node@v3
19
+ - uses : actions/setup-node@v4
20
20
with :
21
- node-version : 16.x
21
+ node-version : 20
22
22
23
23
- run : npx changelogithub
24
24
env :
@@ -28,10 +28,10 @@ jobs:
28
28
build :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v3
32
- - uses : actions/setup-node@v3
31
+ - uses : actions/checkout@v4
32
+ - uses : actions/setup-node@v4
33
33
with :
34
- node-version : 16
34
+ node-version : 20
35
35
cache : yarn
36
36
37
37
- name : Check package version is up to date in gh-pages
@@ -53,10 +53,10 @@ jobs:
53
53
needs : build
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v3
57
- - uses : actions/setup-node@v3
56
+ - uses : actions/checkout@v4
57
+ - uses : actions/setup-node@v4
58
58
with :
59
- node-version : 16
59
+ node-version : 20
60
60
cache : yarn
61
61
registry-url : https://registry.npmjs.org/
62
62
89
89
id-token : write
90
90
91
91
steps :
92
- - uses : actions/checkout@v3
92
+ - uses : actions/checkout@v4
93
93
94
94
- name : Install + Build
95
95
run : docker-compose up page-build
Original file line number Diff line number Diff line change 10
10
"lint" : " next lint"
11
11
},
12
12
"dependencies" : {
13
- "@ifrc-go/icons" : " ^1.3.0 " ,
13
+ "@ifrc-go/icons" : " ^1.3.1 " ,
14
14
"@types/node" : " 20.2.5" ,
15
15
"@types/react" : " 18.2.7" ,
16
16
"@types/react-dom" : " 18.2.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ifrc-go/icons" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " IFRC-GO icons library for React." ,
5
5
"keywords" : [
6
6
" ifrc-go" ,
You can’t perform that action at this time.
0 commit comments