Try forcing a specifc version of node

This commit is contained in:
Mashintime 2023-08-06 16:47:11 -04:00
parent 9ef9f1b556
commit 25148be751

View file

@ -230,7 +230,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.17
- name: Create tnc/dist
working-directory: tnc