We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df52bc1 commit 24ec2c9Copy full SHA for 24ec2c9
.github/workflows/dev-packages.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup NodeJS
15
uses: actions/setup-node@v2
16
with:
17
- node-version: 16
+ node-version: 20
18
19
- name: Setup Yarn
20
run: |
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js 16
uses: actions/setup-node@v3
21
22
23
- name: Install Dependencies
24
run: yarn
0 commit comments