File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ on: [pull_request, push]
5
5
jobs :
6
6
build :
7
7
runs-on : ubuntu-latest
8
-
9
8
steps :
10
9
- uses : actions/checkout@v4
11
- - uses : ljharb/actions/node/install@main
12
- name : ' nvm install lts/* && npm install'
13
- with :
14
- node-version : lts/*
15
10
- run : npm run build
Original file line number Diff line number Diff line change 11
11
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - uses : ljharb/actions/node/install@main
15
- name : ' nvm install lts/* && npm install'
16
- with :
17
- node-version : lts/*
18
14
- run : npm run build
19
15
- uses : JamesIves/github-pages-deploy-action@v4
20
16
with :
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"start" : " npm run build-loose -- --watch" ,
7
7
"build" : " npm run build-loose -- --strict" ,
8
- "build-loose" : " node -e 'fs.mkdirSync(\" build\" , { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --verbose spec.emu build/index.html --lint-spec"
8
+ "build-loose" : " node -e 'fs.mkdirSync(\" build\" , { recursive: true })' && ecmarkup --load-biblio @tc39/ecma262-biblio --load-biblio @tc39/ecma402-biblio -- verbose spec.emu build/index.html --lint-spec"
9
9
},
10
10
"homepage" : " https://github.com/tc39/template-for-proposals#readme" ,
11
11
"repository" : {
14
14
},
15
15
"license" : " MIT" ,
16
16
"devDependencies" : {
17
- "@tc39/ecma262-biblio" : " ^2.1.2816" ,
18
- "ecmarkup" : " ^20.0.0"
17
+ "@tc39/ecma262-biblio" : " ^2.1.2909" ,
18
+ "@tc39/ecma402-biblio" : " ^2.1.1190" ,
19
+ "ecmarkup" : " ^21.3.0"
19
20
},
20
21
"engines" : {
21
22
"node" : " >= 18"
You can’t perform that action at this time.
0 commit comments