From 300f00a6e5fae80d0dd729c3c585e04068c500d0 Mon Sep 17 00:00:00 2001 From: jrhender Date: Wed, 15 Jan 2025 11:59:42 -0800 Subject: [PATCH] ci(deploy): updating node version to 16.20.2 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 224d589..62a6b4b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: token: ${{ secrets.GH_PUSH_TOKEN }} - uses: actions/setup-node@v2-beta with: - node-version: '16.10.0' + node-version: '16.20.2' registry-url: https://registry.npmjs.org/ - name: Set npm credentials