Skip to content

Commit

Permalink
lint update
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kadie00 committed Jul 7, 2024
1 parent 50aaadb commit 95f9b9c
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.10.0 ]
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Node ${{ matrix.node-version }}
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.10.0 ]
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Node ${{ matrix.node-version }}
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.10.0 ]
node-version: [ 18.x ]
steps:
- uses: actions/checkout@v2
- name: Node ${{ matrix.node-version }}
Expand Down

0 comments on commit 95f9b9c

Please sign in to comment.