Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
- Bump ubuntu version
- Bump node version
  • Loading branch information
royalfig authored Aug 29, 2023
1 parent ba1de75 commit 6b3be81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
- 'renovate/*'
jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 18
- run: yarn
- run: yarn lint

0 comments on commit 6b3be81

Please sign in to comment.