aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2024-07-17 16:21:40 +0300
committermoisseev <moiseev@mezonplus.ru>2024-07-17 18:07:29 +0300
commit735f762c46b6f51c4de280a187e0a52d9d119361 (patch)
tree51038022c5006c010af8a3629a0a44e033f8e51d /.github/workflows
parent27b858776562a743a6036d5f6e1ee022d2006f79 (diff)
downloadrspamd-735f762c46b6f51c4de280a187e0a52d9d119361.tar.gz
rspamd-735f762c46b6f51c4de280a187e0a52d9d119361.zip
[Test] Use actions/setup-node
The `npm ci`sets up exact versions of Node.js packages listed in the package-lock.json file, which is ensuring consistency across different test runs and environments.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci_eslint.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/ci_eslint.yml b/.github/workflows/ci_eslint.yml
index e7220d468..a4fe0fc31 100644
--- a/.github/workflows/ci_eslint.yml
+++ b/.github/workflows/ci_eslint.yml
@@ -6,14 +6,16 @@ on:
jobs:
eslint:
runs-on: ubuntu-latest
- container:
- image: node:18-alpine
steps:
- name: Check out source code
uses: actions/checkout@v4
- - name: Install dependencies
- run: npm install
+ - uses: actions/setup-node@v4
+ with:
+ node-version: 20
+
+ - name: Install packages
+ run: npm ci
- name: Show installed packages
run: npm ls
able27 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* chore: compile assetsChristopher Ng2023-08-214-6/+6
* chore(deps): Bump nextcloud-vue-collections from 0.10.0 to 0.11.1dependabot[bot]2023-08-1924-429/+192
* Merge pull request #39924 from nextcloud/bugfix/noid/x-requested-withJohn Molakvoæ2023-08-182-3/+3
|\
| * fix: Set X-Requested-With header on all requests to avoid browser auth dialogsJulius Härtl2023-08-182-3/+3
* | Download and enable allJérôme Herbinet2023-08-184-6/+6
* | Merge pull request #39961 from nextcloud/bugfix/noid/simplify-route-nameJoas Schilling2023-08-182-3/+3
|\ \ | |/ |/|
| * chore(assets): Recompile JSJoas Schilling2023-08-182-3/+3
* | Merge pull request #39922 from nextcloud/dependabot/npm_and_yarn/marked-7.0.3Ferdinand Thiessen2023-08-184-6/+6
|\ \
| * | chore(deps): Bump marked from 5.1.2 to 7.0.3dependabot[bot]2023-08-184-6/+6
| |/
* / chore(deps): Bump libphonenumber-js from 1.10.38 to 1.10.41dependabot[bot]2023-08-172-3/+3
|/
* fix(files): trashbin redirect and default fileid Sidebar openJohn Molakvoæ2023-08-178-12/+12
* fix(cypress): adjust selectorsJohn Molakvoæ2023-08-176-9/+9
* fix(files): window.caches checkJohn Molakvoæ2023-08-172-3/+3
* chore: compile assetsJohn Molakvoæ2023-08-1732-285/+40
* Merge pull request #39599 from nextcloud/fix/l10n-password-headerFerdinand Thiessen2023-08-174-6/+6
|\
| * fix(l10n): Password column headerChristopher Ng2023-08-174-6/+6
* | npm run buildJérôme Herbinet2023-08-172-3/+3
* | npm run buildJérôme Herbinet2023-08-172-3/+3
|/
* Merge pull request #39909 from nextcloud/fix/a11y-users-list-select-focus-on-...Pytal2023-08-164-6/+6
|\
| * chore(assets): build assetsGrigorii K. Shartsev2023-08-164-6/+6
* | Set double outline on checked state for radio buttonsjulia.kirschenheuter2023-08-164-6/+6
|/
* Wrap long productName on login formfenn-cs2023-08-132-3/+3
* "Allow untested app" wordingJérôme Herbinet2023-08-114-6/+6
* chore: compile assetsChristopher Ng2023-08-102-3/+3
* chore(assets): Recompile assetsnextcloud-command2023-08-102-3/+3
* chore: compile assetsChristopher Ng2023-08-092-3/+3
* chore: compile assetsChristopher Ng2023-08-095-3/+30
* chore(assets): Recompile assetsnextcloud-command2023-08-082-3/+3
* feat(theming): add mime accept in Theming image file pickerJohn Molakvoæ2023-08-036-9/+9
* fix(files): fix extension with custom displayNameJohn Molakvoæ (skjnldsv)2023-08-026-9/+9
* chore: Build assetsFerdinand Thiessen2023-08-02177-965/+354
* compile assetsJulien Veyssier2023-08-02