Do not run auto-test for markdown-only commits. Update versions

This commit is contained in:
Adam Stachowicz
2023-02-03 07:10:10 +01:00
parent ec78d2a39b
commit e0f0178644
3 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,3 @@
name: Close Incorrect Issue
on:
@@ -12,13 +11,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [16]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'