Skip to content

Commit 12b551a

Browse files
committed
Fix formatting
1 parent 11e3114 commit 12b551a

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/build.yml

Lines 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

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
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)