Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22 (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: tradeshift-renovate[bot] <121954292+tradeshift-renovate[bot]@users.noreply.github.com>
  • Loading branch information
tradeshift-renovate[bot] authored Feb 11, 2024
1 parent 663fa43 commit caa7529
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set-up Node with .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
@tradeshift:registry=https://npm.pkg.github.com
@tradeshift:registry=https://npm.pkg.github.com
@tradeshift:registry=https://npm.pkg.github.com
@tradeshift:registry=https://npm.pkg.github.com




Expand Down

0 comments on commit caa7529

Please sign in to comment.