diff options
author | moisseev <moiseev@mezonplus.ru> | 2024-07-17 16:21:40 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2024-07-17 18:07:29 +0300 |
commit | 735f762c46b6f51c4de280a187e0a52d9d119361 (patch) | |
tree | 51038022c5006c010af8a3629a0a44e033f8e51d /.gitignore | |
parent | 27b858776562a743a6036d5f6e1ee022d2006f79 (diff) | |
download | rspamd-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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 613e9eaff..2ea0abc60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +node_modules/ # Code::TidyAll /.tidyall.d/ .idea |