Use node 16 for all build actions

This commit is contained in:
DaneEveritt 2022-06-26 21:09:40 -04:00
parent 446562fcff
commit c9ab0abba9
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 4 additions and 1 deletions

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '16.x'
- name: Create release branch and bump version
env: