change node version

This commit is contained in:
trippjoe 2022-03-30 14:55:43 -04:00
parent e1180df13f
commit 34f5823020

View file

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [windows-latest, ubuntu-latest, macos-latest] os: [windows-latest, ubuntu-latest, macos-latest]
node: [16.x] node: [16]
steps: steps:
- name: Clone git repository - name: Clone git repository