Skip to content

Commit

Permalink
Update CI to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Apr 24, 2024
1 parent adab7cf commit 5828b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Interoperate Node.js and Python. You can run Python from Node.js, *or* run Node.js from Python. **Work in progress.**

Requires Node.js 14 and Python 3.8 or newer.
Requires Node.js 18 and Python 3.8 or newer.

## Key Features

Expand Down

0 comments on commit 5828b00

Please sign in to comment.