diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 990b3b0..972fc6d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [14.x] # We will deploy with only one version of node + node-version: [20.x] # We will deploy with only one version of node # Steps represent a sequence of tasks that will be executed as part of the job steps: