updating all actions to use node 16

This commit is contained in:
AtHeartEngineer
2022-10-24 16:54:20 +00:00
parent d9b494b8b6
commit 2180cffc69
2 changed files with 3 additions and 3 deletions

View File

@@ -19,8 +19,8 @@ jobs:
steps:
- name: Checkout 🛒
uses: actions/checkout@v3
with:
node-version: 16
with:
node-version: 16.x
- name: Install and Build
run: |

View File

@@ -23,7 +23,7 @@ jobs:
- name: Checkout 🛒
uses: actions/checkout@v3
with:
node-version: 16
node-version: 16.x
- name: Install and Build
run: |