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 c097b4f + db5b0c3 commit 3e40730Copy full SHA for 3e40730
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
node-version: [ 12, 14, 16 ]
10
steps:
11
- name: checkout
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
13
- name: setup Node.js ${{ matrix.node-version }}
14
uses: actions/setup-node@v2
15
with:
0 commit comments