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

Appearance settings

Commit 12b551a

Browse filesBrowse files
committed
Fix formatting
1 parent 11e3114 commit 12b551a
Copy full SHA for 12b551a

2 files changed

+15-3Lines changed: 15 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/build.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+13-1Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,19 @@ jobs:
112112
runs-on: ubuntu-latest
113113
strategy:
114114
matrix:
115-
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x]
115+
node-version: [
116+
14.x,
117+
15.x,
118+
16.x,
119+
17.x,
120+
18.x,
121+
19.x,
122+
20.x,
123+
21.x,
124+
22.x,
125+
23.x,
126+
24.x,
127+
]
116128
steps:
117129
- name: Checkout repo
118130
uses: actions/checkout@v4
Collapse file

‎CONTRIBUTING.md‎

Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ and you're good to go.
6666

6767
### Tests that require an API key
6868

69-
- When testing functionality that requires an API key, you need to ensure your API
70-
key is specified as an environment variable.
69+
- When testing functionality that requires an API key, you need to ensure your
70+
API key is specified as an environment variable.
7171
- Create a `.env` file with the following contents, replacing `YOUR_API_KEY`
7272
with your API key for the appropriate environment.
7373

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.