From 7325384190c7b69ff67bea15022c94b753922e2e Mon Sep 17 00:00:00 2001 From: wanderson-salesforce <75449449+wanderson-salesforce@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:02:46 -0700 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6eee280..076f77f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - name: NPM Install run: npm install - name: Unit Tests @@ -40,4 +40,4 @@ jobs: repository: salesforce/cix/cix cache_froms: salesforce/cix:local tag_with_ref: true - add_git_labels: true \ No newline at end of file + add_git_labels: true