We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436200a commit 628f09fCopy full SHA for 628f09f
.github/workflows/update.yml
@@ -58,9 +58,15 @@ jobs:
58
- name: Checkout
59
uses: actions/checkout@v2
60
61
- - name: Auto-update JSON
+ - name: Setup Node.js
62
+ uses: actions/setup-node@v3
63
+ with:
64
+ node-version: 18.x
65
+
66
+ - name: Auto-update Matrix JSON
67
run: |
68
./tools/updateJson.ps1
69
70
- name: Create Pull Request
71
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
72
id: cpr
0 commit comments