We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0459f7 commit e02a0c4Copy full SHA for e02a0c4
.github/workflows/changeset-version.yml
@@ -17,11 +17,11 @@ jobs:
17
# https://github.com/actions/checkout
18
uses: actions/checkout@v2
19
20
- - name: Setup Node.js 12.x
+ - name: Setup Node.js 16.x
21
# https://github.com/actions/setup-node
22
uses: actions/setup-node@v2
23
with:
24
- node-version: 12.x
+ node-version: 16.x
25
26
- name: Install Dependencies
27
run: yarn
0 commit comments