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 03dcb32 commit 6fab9aeCopy full SHA for 6fab9ae
2 files changed
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: "Setup node with cache"
17
uses: actions/setup-node@v3
18
with:
19
- node-version: 16
+ node-version: 18
20
cache: 'yarn'
21
22
- run: yarn install --frozen-lockfile
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
0 commit comments