Skip to content

Commit

Permalink
chore(package): update to Node 16 and run npm audit (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill committed Aug 19, 2022
1 parent 5f9a1ea commit 0f68f21
Show file tree
Hide file tree
Showing 4 changed files with 18,279 additions and 5,444 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{startsWith(matrix.os, 'ubuntu') && !env.BROWSER_STACK_USERNAME}}

- name: setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '${{steps.nvm.outputs.NVMRC}}'

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
lts/gallium

0 comments on commit 0f68f21

Please sign in to comment.