Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try node.js v16
Browse files Browse the repository at this point in the history
bourdaisj committed Nov 13, 2023
1 parent 73c0586 commit 7abeedd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ jobs:
- name: Set Up Node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Build Vue2 Components
run: |
@@ -100,7 +100,7 @@ jobs:
- name: Set Up Node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16

- name: Build Vue2 Components
run: |

0 comments on commit 7abeedd

Please sign in to comment.