Meta: update repository files · whatwg/storage@d5dbe0b
annevk
·
2023-03-23
·
via Recent Commits to storage:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,15 +9,14 @@ on:
|
9 | 9 | jobs: |
10 | 10 | build: |
11 | 11 | name: Build |
12 | | -runs-on: ubuntu-20.04 |
| 12 | +runs-on: ubuntu-22.04 |
13 | 13 | steps: |
14 | 14 | - uses: actions/checkout@v3 |
15 | 15 | with: |
16 | 16 | fetch-depth: 2 |
17 | | -# Note: `python` will also be this version, which various scripts depend on. |
18 | | - - uses: actions/setup-python@v3 |
| 17 | + - uses: actions/setup-python@v4 |
19 | 18 | with: |
20 | | -python-version: "3.10" |
| 19 | +python-version: "3.11" |
21 | 20 | # Note: `make deploy` will do a deploy dry run on PRs. |
22 | 21 | - run: make deploy |
23 | 22 | env: |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,6 +16,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMASCRIPT
|
16 | 16 | |
17 | 17 | <pre class=link-defaults> |
18 | 18 | spec:infra; type:dfn; text:implementation-defined |
| 19 | +spec:infra; type:dfn; text:user agent |
19 | 20 | </pre> |
20 | 21 | |
21 | 22 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。