We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6194b51 commit 9b5afbbCopy full SHA for 9b5afbb
2 files changed
.github/workflows/pr.yaml
@@ -136,7 +136,7 @@ jobs:
136
composer code-analysis
137
138
markdown-coding-standards:
139
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
140
name: Markdown coding standards
141
steps:
142
- name: Checkout
@@ -155,7 +155,7 @@ jobs:
155
- name: Yarn install
156
uses: actions/setup-node@v2
157
with:
158
- node-version: '16'
+ node-version: '22'
159
- run: yarn install
160
- name: coding-standards-check
161
run: yarn coding-standards-check
CHANGELOG.md
@@ -9,6 +9,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
9
10
## [Unreleased]
11
12
+### Updated
13
+
14
+- Update GitHub workflows runner images
15
16
## [1.1.3]
17
18
### Updated
0 commit comments