Skip to content

Commit

Permalink
fix(lint): upgrade to actions/{checkout,setup-node}@4 + use node-vers…
Browse files Browse the repository at this point in the history
…ion-file (#726)
  • Loading branch information
caugner committed Apr 8, 2024
1 parent 063fc20 commit b62c9ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.4.0
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version-file: ".nvmrc"
- run: npm ci
- run: npm test

0 comments on commit b62c9ee

Please sign in to comment.