Skip to content

Commit

Permalink
Update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
yavrsky committed Dec 17, 2024
1 parent 2ef80a2 commit adf6149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- stable

env:
NODE_VERSION: 16
NODE_VERSION: 18
PYTHON_VERSION: 3.9

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
python-version: ["3.8.x", "3.9.x", "3.10.x"]

env:
Expand Down

0 comments on commit adf6149

Please sign in to comment.