Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: |
Expand All @@ -39,7 +39,7 @@
run: npm ci

- name: Install Playwright
run: npx playwright install --with-deps

Check warning on line 42 in .github/workflows/main.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvGyyimILHvqQWDh&open=AZ71NvGyyimILHvqQWDh&pullRequest=1401

Check warning on line 42 in .github/workflows/main.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvGyyimILHvqQWDg&open=AZ71NvGyyimILHvqQWDg&pullRequest=1401

- name: Lint
run: npm run lint
Expand All @@ -64,7 +64,7 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: node_modules
Expand All @@ -74,7 +74,7 @@
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx -p @nuxt/module-builder -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p @semantic-release/github semantic-release

Check warning on line 77 in .github/workflows/main.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvGyyimILHvqQWDi&open=AZ71NvGyyimILHvqQWDi&pullRequest=1401

Check warning on line 77 in .github/workflows/main.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvGyyimILHvqQWDj&open=AZ71NvGyyimILHvqQWDj&pullRequest=1401

build-playground:
name: Build (Playground)
Expand All @@ -93,7 +93,7 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: node_modules
Expand Down Expand Up @@ -127,7 +127,7 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache docs/node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: |
Expand All @@ -39,7 +39,7 @@
run: npm ci

- name: Install Playwright
run: npx playwright install --with-deps

Check warning on line 42 in .github/workflows/next.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvIByimILHvqQWDp&open=AZ71NvIByimILHvqQWDp&pullRequest=1401

Check warning on line 42 in .github/workflows/next.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvIByimILHvqQWDo&open=AZ71NvIByimILHvqQWDo&pullRequest=1401

- name: Lint
run: npm run lint
Expand All @@ -64,7 +64,7 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: node_modules
Expand All @@ -75,4 +75,4 @@
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
npx -p @nuxt/module-builder -p semantic-release -p @semantic-release/git -p @semantic-release/changelog -p @semantic-release/exec -p @semantic-release/github semantic-release

Check warning on line 78 in .github/workflows/next.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvIByimILHvqQWDr&open=AZ71NvIByimILHvqQWDr&pullRequest=1401

Check warning on line 78 in .github/workflows/next.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvIByimILHvqQWDq&open=AZ71NvIByimILHvqQWDq&pullRequest=1401
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: |
Expand Down Expand Up @@ -57,11 +57,11 @@
- name: Checkout Repo
uses: actions/checkout@v6
- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: node_modules
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
- name: Build
run: |
npx pkg-pr-new publish

Check warning on line 67 in .github/workflows/pull-request.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvHcyimILHvqQWDk&open=AZ71NvHcyimILHvqQWDk&pullRequest=1401

Check warning on line 67 in .github/workflows/pull-request.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvHcyimILHvqQWDl&open=AZ71NvHcyimILHvqQWDl&pullRequest=1401
2 changes: 1 addition & 1 deletion .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
uses: actions/checkout@v6

- name: cache node_modules
uses: actions/cache@v5
uses: actions/cache@v6
id: cache
with:
path: |
Expand All @@ -42,7 +42,7 @@
run: npm ci

- name: Install Playwright
run: npx playwright install --with-deps

Check warning on line 45 in .github/workflows/test.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvHuyimILHvqQWDn&open=AZ71NvHuyimILHvqQWDn&pullRequest=1401

Check warning on line 45 in .github/workflows/test.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=basics_nuxt-booster&issues=AZ71NvHuyimILHvqQWDm&open=AZ71NvHuyimILHvqQWDm&pullRequest=1401

- name: Lint
run: npm run lint
Expand Down
Loading