Skip to content

Commit 37aa172

Browse files
build(actions): use node 18 in deploy.yml
1 parent 1f970bb commit 37aa172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup Node
3535
uses: actions/setup-node@v1
3636
with:
37-
node-version: 14
37+
node-version: 18
3838

3939
- name: Install Semantic Release dependencies
4040
run: |
@@ -74,4 +74,4 @@ jobs:
7474
uses: pypa/gh-action-pypi-publish@v1.4.2 # Try to update version tag every release
7575
with:
7676
password: ${{ secrets.PYPI_TOKEN }}
77-
repository_url: https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org
77+
repository_url: https://upload.pypi.org/legacy/ # This must be changed if testing deploys to test.pypi.org

0 commit comments

Comments
 (0)