Skip to content

Commit

Permalink
change nodeversion
Browse files Browse the repository at this point in the history
  • Loading branch information
piclemx committed May 2, 2024
1 parent 23e86c6 commit f8b0923
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
name: Publish SDKs
runs-on: ubuntu-latest
needs: publish_binary
permissions:
id-token: write # This is required for requesting the JWT
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down Expand Up @@ -166,7 +168,7 @@ jobs:
goversion:
- 1.22.x
nodeversion:
- 16.x
- 18.x
pythonversion:
- "3.9"
javaversion:
Expand Down

0 comments on commit f8b0923

Please sign in to comment.