Skip to content

Commit

Permalink
🍊
Browse files Browse the repository at this point in the history
  • Loading branch information
N1ck committed Jul 27, 2023
1 parent 6c47ef0 commit a345902
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
version: ${{ steps.daily-version.outputs.version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 20
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/checkout@v3
with:
fetch-depth: 20
- name: install
run: yarn install --frozen-lockfile
- run: yarn test
Expand All @@ -44,11 +44,11 @@ jobs:
- chrome
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/checkout@v3
- run: yarn install --frozen-lockfile
- run: yarn run build
- name: Update extension’s meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/checkout@v2
- run: yarn
- run: yarn test

0 comments on commit a345902

Please sign in to comment.