Skip to content

Commit 3380b4f

Browse files
Try with more recent versions of node.
1 parent e81aa41 commit 3380b4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node: [ 18, 20, 22 ]
16+
node: [ 20, 22, 24 ]
1717

1818
name: Node.js ${{ matrix.node }}
1919

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node: [ 18, 20, 22 ]
19+
node: [ 20, 22, 24 ]
2020

2121
name: Node.js ${{ matrix.node }}
2222

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Playback software such as [replayweb.page](https://replayweb.page/) can be used
8383
## Getting started
8484

8585
### Dependencies and requirements
86-
**Scoop** requires [Node.js 18+](https://nodejs.org/en/).
86+
**Scoop** requires [Node.js 20+](https://nodejs.org/en/).
8787

8888
Other _recommended_ system-level dependencies:
8989
[curl](https://curl.se/), [python3](https://www.python.org/) (for `--capture-video-as-attachment` option).

0 commit comments

Comments
 (0)