Skip to content

Commit

Permalink
Update Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisDeeSign committed Jan 29, 2024
1 parent 47278ea commit ccd2af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
- name: run markdownlint linter
run: |
npm install -g markdownlint-cli
Expand Down

0 comments on commit ccd2af6

Please sign in to comment.