mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
fix: upgrade all uses of node 14 to 16
This commit is contained in:
parent
0c9f60ccd9
commit
4e2616c1a7
2 changed files with 86 additions and 46 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-node@v2.1.5
|
||||
with:
|
||||
node-version: '14'
|
||||
node-version: '16'
|
||||
|
||||
- name: Set up Cloud SDK
|
||||
uses: google-github-actions/setup-gcloud@master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue