Skip to content

Commit

Permalink
sync: synced file(s) with owlebot/main
Browse files Browse the repository at this point in the history
  • Loading branch information
multirepo-manager[bot] committed Nov 20, 2023
1 parent a81b90e commit 471edff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.9.0
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: yarn install --network-concurrency 1
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.9.0
registry-url: https://npm.pkg.github.com/
scope: '@owlebot'
env:
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.9.0
cache: yarn
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
continue-on-error: true
Expand All @@ -36,15 +34,13 @@ jobs:
run: yarn lint
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.9.0
cache: yarn
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
continue-on-error: true
Expand Down

0 comments on commit 471edff

Please sign in to comment.