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 b1c7dba commit 832f72cCopy full SHA for 832f72c
.github/workflows/pull-request.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v3
11
- name: Setup Node
12
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
13
with:
14
node-version: 16.x
15
cache: yarn
.github/workflows/workflow.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
23
registry-url: 'https://registry.npmjs.org'
0 commit comments