File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 composer code-analysis
137137
138138 markdown-coding-standards :
139- runs-on : ubuntu-20.04
139+ runs-on : ubuntu-latest
140140 name : Markdown coding standards
141141 steps :
142142 - name : Checkout
@@ -155,7 +155,7 @@ jobs:
155155 - name : Yarn install
156156 uses : actions/setup-node@v2
157157 with :
158- node-version : ' 16 '
158+ node-version : ' 22 '
159159 - run : yarn install
160160 - name : coding-standards-check
161161 run : yarn coding-standards-check
Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
99
1010## [ Unreleased]
1111
12+ ### Updated
13+
14+ - Update GitHub workflows runner images
15+
1216## [ 1.1.3]
1317
1418### Updated
You can’t perform that action at this time.
0 commit comments