We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eda2e61 commit 14f64f9Copy full SHA for 14f64f9
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node.js
14
uses: actions/setup-node@v2
15
with:
16
- node-version: '18.x'
+ node-version: 'lts/*'
17
18
- name: Setup Yarn
19
run: yarn set version 3.2.0
0 commit comments