diff --git a/.github/workflows/deployment_development.yml b/.github/workflows/deployment_development.yml index 5bff93e..2391171 100644 --- a/.github/workflows/deployment_development.yml +++ b/.github/workflows/deployment_development.yml @@ -45,6 +45,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 + # Enforce node version + - uses: actions/setup-node@v4 + with: + node-version: 20.17.0 + # Create the first message on slack - name: Update status on slack id: slack diff --git a/.github/workflows/deployment_production.yml b/.github/workflows/deployment_production.yml index 476f393..074d3b1 100644 --- a/.github/workflows/deployment_production.yml +++ b/.github/workflows/deployment_production.yml @@ -45,6 +45,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 + # Enforce node version + - uses: actions/setup-node@v4 + with: + node-version: 20.17.0 + # Create the first message on slack - name: Update status on slack id: slack