Skip to content

Commit

Permalink
adjusted node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gallayl committed Nov 3, 2023
1 parent 65acb45 commit 67342bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: docker/setup-buildx-action@v2
with:
install: true
- name: Use Node.js 19.x
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 19.x
node-version: 20.x
- uses: actions/checkout@v3
# to prevent separate installs per architecture
- name: Yarn install
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: '19.x'
versionSpec: '20.x'
displayName: 'Install Node.js'
- script: yarn install
displayName: 'Yarn install'
Expand Down

0 comments on commit 67342bf

Please sign in to comment.