Skip to content

Commit

Permalink
ci: up node version and fix nx task
Browse files Browse the repository at this point in the history
  • Loading branch information
secundant committed Feb 21, 2024
1 parent 44dfbe4 commit d0dd044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -32,7 +32,6 @@ jobs:
- name: Run NX checks
run: |
yarn nx format:check
yarn nx workspace-lint
yarn nx affected --target lint --parallel 3
yarn nx affected --target test --parallel 3
yarn nx affected --target build --parallel 3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit d0dd044

Please sign in to comment.