Skip to content

Commit

Permalink
Node version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrajchhetri authored May 30, 2024
1 parent b86f974 commit a491a85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
uses: codespell-project/actions-codespell@v2
with:
check_hidden: true

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Codespell output as artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a491a85

Please sign in to comment.