We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0cf28 commit 29e2b02Copy full SHA for 29e2b02
2 files changed
.github/workflows/pr.yaml
@@ -179,7 +179,7 @@ jobs:
179
composer code-analysis
180
181
markdown-coding-standards:
182
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
183
name: Markdown coding standards
184
steps:
185
- name: Checkout
@@ -198,7 +198,7 @@ jobs:
198
- name: Yarn install
199
uses: actions/setup-node@v2
200
with:
201
- node-version: '16'
+ node-version: '22'
202
- run: yarn install
203
- name: coding-standards-check
204
run: yarn coding-standards-check
CHANGELOG.md
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
8
9
## [Unreleased]
10
11
+* Update GitHub workflows runner images.
12
+
13
## [2.2.0] 2024-12-10
14
15
* Added audit logging via `os2web/os2web_audit`.
0 commit comments