build(deps): bump dependencies (#2584)

* build(deps): bump dependencies

* build(ci): disable broken snap builds
This commit is contained in:
TheCatLady
2022-03-13 15:27:39 -04:00
committed by GitHub
parent fac809b18b
commit a229b15e7a
10 changed files with 1167 additions and 1182 deletions

View File

@@ -12,7 +12,7 @@ jobs:
test:
name: Lint & Test Build
runs-on: ubuntu-20.04
container: node:16.13-alpine
container: node:16.14-alpine
steps:
- name: Checkout
uses: actions/checkout@v2