Skip to content

Commit

Permalink
chore(repo): use node 18 for GH Actions (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Nov 30, 2023
1 parent 9e34218 commit 1595b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
deno-version: '^1.3'
- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- run: yarn
- run: deno info && deno --version
- run: npx nx run-many -t=build,test,lint --parallel --max-parallel=3
Expand All @@ -75,7 +75,7 @@ jobs:
deno-version: '^1.3'
- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- run: yarn
- run: deno info && deno --version
- run: npx nx affected --target=lint --parallel --max-parallel=3
Expand All @@ -100,7 +100,7 @@ jobs:
deno-version: '^1.3'
- uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
- run: yarn
- name: Start Nx Agent ${{ matrix.agent }}
run: npx nx-cloud start-agent

0 comments on commit 1595b72

Please sign in to comment.