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.
2 parents c980359 + a3d17e5 commit a6f94d6Copy full SHA for a6f94d6
.github/workflows/jest.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
- name: Use Node.js ${{ matrix.node }}
21
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
22
with:
23
node-version: ${{ matrix.node }}
24
cache: yarn
.github/workflows/js-lint.yml
@@ -19,7 +19,7 @@ jobs:
25
0 commit comments