Skip to content

Commit

Permalink
nump node version in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Dec 3, 2024
1 parent f4efa1c commit 27883dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20.18.0'
cache: 'npm'

- id: install
Expand Down Expand Up @@ -158,9 +158,9 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20.18.0'
cache: 'npm'

- id: install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_bundle_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20.18.0'
cache: 'npm'

- name: Install dependencies
Expand Down

0 comments on commit 27883dd

Please sign in to comment.