build(docker): downgrade to node 16.16 (#2921)

This commit is contained in:
TheCatLady
2022-08-16 21:10:11 -07:00
committed by GitHub
parent 114943ae2c
commit 233035dbd7
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.17-alpine
container: node:16.16-alpine
steps:
- name: Checkout
uses: actions/checkout@v3