Skip to content

Commit 9b5afbb

Browse files
committed
Update GitHub workflows runner images
1 parent 6194b51 commit 9b5afbb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)