Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 526f16d

Browse files
Merge branch 'master' into pulls/scope-fix
2 parents c48209e + 88c61c0 commit 526f16d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/tests.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: Tests
66
on:
77
push:
88
branches:
9-
- master # allthough master is push protected we still keep it
9+
- master # although master is push protected we still keep it
1010
- development
1111
pull_request: # runs on all PR
1212
branches-ignore:
13-
- release-* # on release we run an extended workflow so no need for this
13+
- release-* # on release, we run an extended workflow so no need for this
1414

1515
jobs:
1616
lint:
@@ -41,7 +41,7 @@ jobs:
4141
needs: [lint]
4242
strategy:
4343
matrix:
44-
node: [16, 18, 20]
44+
node: [16, 18, 20, 22]
4545
steps:
4646
- name: Checkout ${{ matrix.node }}
4747
uses: actions/checkout@v3

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /