GitHub actions update

This commit is contained in:
John L 2022-02-04 11:02:52 +00:00
parent f6f12fc193
commit bca296ee37
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '16.x'
- name: Install
run: |

View File

@ -13,7 +13,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '16.x'
- name: Install
run: |

View File

@ -14,7 +14,7 @@ jobs:
- name: Set node version
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '16.x'
- name: Install
run: |