diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index f1232fe..058a79f 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js specified in the '.nvmrc' file - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: ".nvmrc"