We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab7474 commit e2f82c5Copy full SHA for e2f82c5
3 files changed
.github/workflows/main.yml
@@ -13,7 +13,6 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v3
15
with:
16
- node-version: "16"
17
cache: "yarn"
18
- name: "install deps and build"
19
run: yarn install --frozen-lockfile
.github/workflows/release.yml
@@ -16,7 +16,6 @@ jobs:
- node-version: '16'
20
cache: 'yarn'
21
- id: main
22
run: |
.node-version
@@ -0,0 +1 @@
1
+18.16.0
0 commit comments