Skip to content

Commit

Permalink
updated checkout and setup-node github action versions
Browse files Browse the repository at this point in the history
updated checkout and setup-node github action versions
  • Loading branch information
PeterWarren authored Oct 9, 2024
1 parent f665c5a commit b213ad6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lint-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20
- run: npm install
- run: npm run lint

0 comments on commit b213ad6

Please sign in to comment.