diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 9ec9b40e..76c1ed54 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -35,7 +35,7 @@ jobs: psql -c 'create database django_zbp;' -U postgres psql -c 'create database django_test;' -U postgres - name: Setup Node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '14.x' - name: Cache node modules