feat(validation): bump node to v16

This commit is contained in:
William Harrison
2023-08-09 19:44:48 +08:00
committed by GitHub
parent bf5a9cfd7d
commit a983133cec
+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: