Merge pull request #6958 from is-a-dev/WilliamDavidHarrison-patch-1

feat(validation): bump node to v16
This commit is contained in:
Akshay Nair
2023-08-09 23:24:48 +05:30
committed by GitHub
+2 -2
View File
@@ -9,10 +9,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup node v15
- name: Setup node v16
uses: actions/setup-node@v1
with:
node-version: '15'
node-version: '16'
- name: Install dependencies
uses: borales/actions-yarn@v2.0.0
with: