chore(deps): update node.js to v16.17 (#2941)

* chore(deps): update node.js to v16.17

* chore(deps): also bump node.js in snapcraft.yaml

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-08-18 20:44:18 +09:00
committed by GitHub
parent f4910a1483
commit f836cadd23
4 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ jobs:
name: Lint & Test Build
if: github.event_name == 'pull_request'
runs-on: ubuntu-20.04
container: node:16.16-alpine
container: node:16.17-alpine
steps:
- name: Checkout
uses: actions/checkout@v3