From e23f13c437469850f561f005596d314ea834a2ea Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 4 Oct 2024 10:56:57 +0530 Subject: [PATCH] Upgrade GHA setup-node action to v4 --- .github/workflows/nextjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"