File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ jobs:
11
11
name : Build
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v3
15
15
with :
16
16
fetch-depth : 2
17
17
# Note: `python` will also be this version, which various scripts depend on.
18
- - uses : actions/setup-python@v2
18
+ - uses : actions/setup-python@v3
19
19
with :
20
- python-version : 3.8
21
- - uses : actions/setup-node@v2
20
+ python-version : " 3.10 "
21
+ - uses : actions/setup-node@v3
22
22
with :
23
- node-version : 14
23
+ node-version : 16
24
24
- run : npm install
25
25
# Note: `make deploy` will do a deploy dry run on PRs.
26
26
- run : make deploy
Original file line number Diff line number Diff line change @@ -13,5 +13,7 @@ Thank you for contributing to the Web IDL Standard! Please describe the change y
13
13
* Safari: …
14
14
* Deno: …
15
15
* Node.js: …
16
+ * webidl2.js: …
17
+ * widlparser: …
16
18
17
19
(See [ WHATWG Working Mode: Changes] ( https://whatwg.org/working-mode#changes ) for more details.)
You can’t perform that action at this time.
0 commit comments