File tree 8 files changed +12
-10
lines changed
8 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v1
15
15
- uses : actions/setup-node@v1
16
16
with :
17
- node-version : ' 20.x'
17
+ node-version : ' 20.17. x'
18
18
- name : Generate docs
19
19
run : |
20
20
yarn install --frozen-lockfile
32
32
- uses : actions/checkout@v1
33
33
- uses : actions/setup-node@v1
34
34
with :
35
- node-version : ' 20.x'
35
+ node-version : ' 20.17. x'
36
36
-
uses :
webfactory/[email protected]
37
37
with :
38
38
ssh-private-key : ${{ secrets.GH_PAGES_DEPLOY }}
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
17
fetch-depth : 0
18
18
19
- - name : Setup Node.js 20.x
19
+ - name : Setup Node.js 20.17. x
20
20
uses : actions/setup-node@master
21
21
with :
22
- node-version : 20.x
22
+ node-version : 20.17. x
23
23
24
24
- name : Install Dependencies
25
25
run : yarn
Original file line number Diff line number Diff line change 11
11
12
12
strategy :
13
13
matrix :
14
- node-version : [20.x]
14
+ node-version : [20.17. x]
15
15
16
16
steps :
17
17
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [20.x]
15
+ node-version : [20.17. x]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- node-version : [20.x]
15
+ node-version : [20.17. x]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
- v20
1
+ v20.17.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hypermod/core" ,
3
3
"version" : " 0.3.0" ,
4
+ "type" : " module" ,
4
5
"source" : " src/index.ts" ,
5
6
"main" : " dist/index.js" ,
6
7
"types" : " dist/index.d.ts" ,
21
22
"graceful-fs" : " ^4.2.4" ,
22
23
"jscodeshift" : " ^0.13.1" ,
23
24
"neo-async" : " ^2.5.0" ,
25
+ "tsx" : " ^4.19.1" ,
24
26
"write-file-atomic" : " ^2.3.0"
25
27
},
26
28
"devDependencies" : {
Original file line number Diff line number Diff line change 1
- export type { Flags } from './types' ;
2
- export { run } from './runner' ;
1
+ export type { Flags } from './types.js ' ;
2
+ export { run } from './runner.js ' ;
You can’t perform that action at this time.
0 commit comments