Skip to content

Commit

Permalink
Merge pull request #42 from tarkalabs/release-v2.4
Browse files Browse the repository at this point in the history
bug: Update the node version to 18 as needed by marked module
  • Loading branch information
su-docker authored Mar 25, 2024
2 parents 4d202c9 + 5b753c4 commit dbf32a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Bump version
run: |
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
git config user.email "actions@github.com"
git add package.json dist/
git commit -m "Bump version to ${{ steps.get_version.outputs.version }}"
git push origin HEAD:v2
git push origin HEAD:v2

0 comments on commit dbf32a4

Please sign in to comment.