File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136
136
composer code-analysis
137
137
138
138
markdown-coding-standards :
139
- runs-on : ubuntu-20.04
139
+ runs-on : ubuntu-latest
140
140
name : Markdown coding standards
141
141
steps :
142
142
- name : Checkout
@@ -155,7 +155,7 @@ jobs:
155
155
- name : Yarn install
156
156
uses : actions/setup-node@v2
157
157
with :
158
- node-version : ' 16 '
158
+ node-version : ' 22 '
159
159
- run : yarn install
160
160
- name : coding-standards-check
161
161
run : yarn coding-standards-check
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
9
9
10
10
## [ Unreleased]
11
11
12
+ - Updated GitHub workflow images.
13
+
12
14
## [ 1.1.1] - 2025-02-07
13
15
14
16
- Update ` terms_and_conditions_url ` settings key.
You can’t perform that action at this time.
0 commit comments