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.
1 parent 3b46d5c commit 2bf788eCopy full SHA for 2bf788e
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v3
18
with:
19
- node-version: '20.10.x'
+ node-version: '20.19.x'
20
- name: Install Dependencies
21
run: yarn install --frozen-lockfile
22
- name: Release
.github/workflows/test.yml
- name: Setup NodeJs
- name: Run Type Check
0 commit comments