Skip to content

Commit

Permalink
fix: nxjson
Browse files Browse the repository at this point in the history
  • Loading branch information
SubstantialCattle5 committed Jul 25, 2024
1 parent 2c60a19 commit 935baf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
pull_request:
branches:
- main

permissions:
actions: read
Expand All @@ -21,7 +23,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
node-version: '22'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 935baf1

Please sign in to comment.