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 6093fd0 commit 222acd4Copy full SHA for 222acd4
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- name: Use Node.js
14
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
15
with:
16
node-version: '16'
17
cache: yarn
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
0 commit comments