Update GitHub actions to build executables with NodeJs 16

This commit is contained in:
ngosang 2022-07-30 23:46:33 +02:00
parent c5df58529a
commit 1440e3c253

View File

@ -18,7 +18,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '14' node-version: '16'
- name: Build artifacts - name: Build artifacts
run: | run: |