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.
2 parents d90c175 + 6c1eda5 commit 105f5f7Copy full SHA for 105f5f7
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup node environment
15
uses: actions/setup-node@v2
16
with:
17
- node-version: 14.x
+ node-version: 20.x
18
- name: Get yarn cache directory path
19
id: yarn-cache-dir-path
20
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
@@ -29,4 +29,3 @@ jobs:
29
run: yarn --frozen-lockfile
30
- name: Try build
31
run: yarn build
32
-
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
- name: 'Setup Node.js'
uses: 'actions/setup-node@v1'
21
22
23
- name: Create release
24
uses: marvinpinto/action-automatic-releases@latest
25
0 commit comments