From 1e11fce123d847d622e03df4e40fd8038c62a52b Mon Sep 17 00:00:00 2001 From: Sufiyan Date: Mon, 7 Oct 2024 16:27:37 +0530 Subject: [PATCH] Update publish CI to node 20 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ea3aec0..f69db24 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 20 - run: npm install - run: npm run build - run: npm run prepack