File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
- name : Publish
15
15
env :
16
16
NPM_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change @@ -117,6 +117,10 @@ require('@unicode/unicode-10.0.0/Binary_Property/Changes_When_Lowercased/code-po
117
117
require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_Lowercased/symbols.js' );
118
118
require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_Lowercased/regex.js' );
119
119
120
+ require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_NFKC_Casefolded/code-points.js' );
121
+ require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_NFKC_Casefolded/symbols.js' );
122
+ require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_NFKC_Casefolded/regex.js' );
123
+
120
124
require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_Titlecased/code-points.js' );
121
125
require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_Titlecased/symbols.js' );
122
126
require (' @unicode/unicode-10.0.0/Binary_Property/Changes_When_Titlecased/regex.js' );
You can’t perform that action at this time.
0 commit comments