Skip to content

Commit

Permalink
chore: oops didn't realize node-version specified two different places
Browse files Browse the repository at this point in the history
  • Loading branch information
gwhitney committed Feb 12, 2025
1 parent fae5134 commit d18332e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22.13.1'
node-version: '22.x'
- name: Install dependencies
run: npm install
- name: Lint
Expand All @@ -27,15 +27,15 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'
- name: Install d2 document generator
run: curl -fsSL https://d2lang.com/install.sh | sh -s --
- name: Install dependencies
Expand Down

0 comments on commit d18332e

Please sign in to comment.