commit | aef87cced7da0524c7ca2dadfcd111aaf13ef0c2 | [log] [tgz] |
---|---|---|
author | s-aga-r <sagarsharma.s312@gmail.com> | Mon Jan 15 11:54:26 2024 +0530 |
committer | s-aga-r <sagarsharma.s312@gmail.com> | Mon Jan 15 11:54:26 2024 +0530 |
tree | 5dee9dc45fc9033394cb88c392906f40a0cca8a7 | |
parent | cf6b52e54399c2aedcc535d35fd550a9c684b74c [diff] |
ci: bump node in release workflow
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37bb37e..93b1732 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -16,7 +16,7 @@ - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 18 + node-version: 20 - name: Setup dependencies run: | npm install @semantic-release/git @semantic-release/exec --no-save