Skip to content

Commit

Permalink
Use node 20 for all pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
leroykorterink committed Oct 6, 2023
1 parent 822873d commit 5b98f4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bump-version-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
node-version: '20'

- name: Install dependencies
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
node-version: '20'

- name: Install dependencies
env:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-dev-release-react-animation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
node-version: '20'

- name: Install dependencies
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'npm'
node-version: '20'

- name: Install dependencies
env:
Expand Down

0 comments on commit 5b98f4b

Please sign in to comment.