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