diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 57f73aa..08dba05 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -32,6 +32,12 @@ jobs: - name: Checkout uses: actions/checkout@v6 + - name: Setup Node + uses: actions/setup-node@v6 + with: + node-version-file: '.node-version' + cache: 'npm' + - name: Npm install run: npm ci