Skip to content

Commit

Permalink
node.js v16 -> v20
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpagnon authored Jan 26, 2024
1 parent 60e2a6d commit 833eabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
Expand Down

0 comments on commit 833eabe

Please sign in to comment.