Skip to content

Commit

Permalink
chore(repo): use node 18 for GH Actions (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 authored Nov 22, 2023
1 parent 9e87815 commit 9e34218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 Down Expand Up @@ -89,7 +89,7 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
agent: [1, 2, 3]
agent: [ 1, 2, 3 ]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9e34218

Please sign in to comment.