Skip to content

Commit d4c12c5

Browse files
committed
Update packages and bump version
1 parent 5d684bb commit d4c12c5

File tree

5 files changed

+759
-305
lines changed

5 files changed

+759
-305
lines changed

Diff for: .github/workflows/build-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
workflow_dispatch:
1717

1818
env:
19-
NODE_VERSION: 18.15.0
20-
NPM_VERSION: 8.15.1
19+
NODE_VERSION: 20.18.2
20+
NPM_VERSION: 10.8.2
2121
PYTHON_VERSION: '3.10'
2222

2323
jobs:

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.15.0
1+
v20.18.2

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
### Prerequisites
1313

14-
1. [Node.js](https://nodejs.org/) v18.15.0
15-
2. [npm](https://www.npmjs.com/) 8.15.1
14+
1. [Node.js](https://nodejs.org/) v20.18.2
15+
2. [npm](https://www.npmjs.com/) 10.8.2
1616
3. [Python](https://www.python.org/) 3.8 or later
1717
4. Windows, macOS, or Linux
1818
5. [Visual Studio Code](https://code.visualstudio.com/)

0 commit comments

Comments
 (0)