diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 57f3156..a534d5e 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "20" - name: Install dependancies run: yarn install - name: Build source code