Skip to content

Commit 725a3f1

Browse files
authored
Merge branch 'master' into cleanup-trailing-spaces
2 parents 235a607 + 3a5548f commit 725a3f1

File tree

4 files changed

+2192
-8008
lines changed

4 files changed

+2192
-8008
lines changed

.github/workflows/continous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: NodeJS setup
1919
uses: actions/setup-node@v2
2020
with:
21-
node-version: 14
21+
node-version: 22
2222
registry-url: https://registry.npmjs.org/
2323
- name: Installing dependencies
2424
run: npm ci

.github/workflows/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: NodeJS setup
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14
25+
node-version: 22
2626
registry-url: https://registry.npmjs.org/
2727

2828
- name: Installing dependencies
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Test
3535
run: npm run test+coverage
36-
36+
3737
- name: Coveralls
3838
uses: coverallsapp/github-action@v1.1.2
3939
with:
@@ -49,7 +49,7 @@ jobs:
4949
- name: NodeJS setup
5050
uses: actions/setup-node@v2
5151
with:
52-
node-version: 14
52+
node-version: 22
5353
registry-url: https://registry.npmjs.org/
5454

5555
- name: Installing dependencies

0 commit comments

Comments
 (0)