Skip to content

Commit

Permalink
ci: update lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Nov 9, 2023
1 parent 617cc64 commit 89656b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
lint-js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- name: Check Node.js version
Expand Down

0 comments on commit 89656b6

Please sign in to comment.