Skip to content

Commit

Permalink
fix(ci): lint job should use latest lts node version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJo committed Dec 5, 2024
1 parent 26da4be commit 5d5b2c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
lint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout project
uses: actions/checkout@v2
- name: Setup Node.js 12
- name: Setup Node.js 22
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 22
- name: Cache dependencies
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 5d5b2c0

Please sign in to comment.