diff --git a/.github/workflows/bump.yaml b/.github/workflows/bump.yaml index 3358577..b7eae2e 100644 --- a/.github/workflows/bump.yaml +++ b/.github/workflows/bump.yaml @@ -20,10 +20,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Use Node.js 18.x + - name: Use Node.js 20.x uses: actions/setup-node@v3 with: - node-version: '18.x' + node-version: '20.x' - name: Install modules run: |