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 d8055b0 commit b563837Copy full SHA for b563837
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
name: release
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
node-version: 16
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
node_version: ["12", "14", "16"]
18
- name: Use Node.js ${{ matrix.node_version }}
19
uses: actions/setup-node@v3
20
.github/workflows/update-prettier.yml
@@ -8,7 +8,7 @@ jobs:
8
update_prettier:
9
10
cache: npm
0 commit comments