Skip to content

Commit

Permalink
Upgrade Node version for Linter Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkvanMents authored Feb 2, 2024
1 parent 4f1a321 commit e44d219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout repo
uses: actions/checkout@v3
# Installs NodeJS v16 in runner environment
# Installs NodeJS v20 in runner environment (upgraded from v16 in Feb 2024)
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
# Installs linting tool via npm
- name: Install markdown linter
run: npm install markdownlint-cli2 --global
Expand Down

0 comments on commit e44d219

Please sign in to comment.