diff --git a/.github/workflows/dev-deployment.yml b/.github/workflows/dev-deployment.yml index 83bc1d49..6ed21ded 100644 --- a/.github/workflows/dev-deployment.yml +++ b/.github/workflows/dev-deployment.yml @@ -1,4 +1,4 @@ -name: Test/Deploy Master +name: Test/Deploy dev on: push: @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}