Skip to content

Commit

Permalink
ci won't run?
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Dec 11, 2024
1 parent 1442bb7 commit b0cbae3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
- master
paths:
- src
- test
- .github/workflows/ci.yml
jobs:
test:
runs-on: ubuntu-20.04
name: Test on Node 20
runs-on: ubuntu-22.04
name: Test on Node
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -24,7 +26,7 @@ jobs:
- name: Node Setup
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm

- name: Install Dependencies
Expand Down

0 comments on commit b0cbae3

Please sign in to comment.