Skip to content

Commit

Permalink
Merge pull request #179 from CMSgov/task/qppsf-10214-upgrade-node
Browse files Browse the repository at this point in the history
Updated node versions to Node v 16.17
  • Loading branch information
timwtoysb committed Sep 2, 2022
2 parents 9144bd1 + 6e4a2af commit 04a6ef4
Show file tree
Hide file tree
Showing 4 changed files with 3,419 additions and 7,435 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-beta-publish.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16.17.0
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16.17.0
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Publish to NPMJS
run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 comments on commit 04a6ef4

Please sign in to comment.