Skip to content

Commit 69c0e4d

Browse files
annevksaschanaz
andauthored
Meta: list webidl2.js and widlparser in PR template
Also pull in other changes from spec-factory. Together with whatwg/meta#247 and whatwg/spec-factory#37 this closes #1147. Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent c87ac43 commit 69c0e4d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
name: Build
1212
runs-on: ubuntu-20.04
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 2
1717
# Note: `python` will also be this version, which various scripts depend on.
18-
- uses: actions/setup-python@v2
18+
- uses: actions/setup-python@v3
1919
with:
20-
python-version: 3.8
21-
- uses: actions/setup-node@v2
20+
python-version: "3.10"
21+
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 14
23+
node-version: 16
2424
- run: npm install
2525
# Note: `make deploy` will do a deploy dry run on PRs.
2626
- run: make deploy

PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ Thank you for contributing to the Web IDL Standard! Please describe the change y
1313
* Safari: …
1414
* Deno: …
1515
* Node.js: …
16+
* webidl2.js: …
17+
* widlparser: …
1618

1719
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)

0 commit comments

Comments
 (0)