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 288bfed commit 5caefe9Copy full SHA for 5caefe9
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Run tests with ${{ matrix.node-version }}
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
- name: yarn install, and test
0 commit comments