1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-14 07:54:35 +00:00

Compare commits

...

5 Commits

Author SHA1 Message Date
github-actions
a221a706b4 chore: updating all.sas 2025-12-10 17:22:58 +00:00
Trevor Moody
f3b712ecee fix(test): bumped Node to lts/iron (v20.x.x) for tests 2025-12-10 17:22:22 +00:00
Allan Bowe
db15c66e68 Merge pull request #409 from sasjs/build/disable-npm-scripts
Disable npm scripts
2025-12-09 16:10:45 +00:00
github-actions
62796ab6e6 chore: updating all.sas 2025-12-09 15:30:06 +00:00
mulahasanovic
7eca3b5e07 build(security): disable npm install scripts 2025-12-09 16:26:15 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [lts/hydrogen]
node-version: [lts/iron]
steps:
- uses: actions/checkout@v2

1
.npmrc Normal file
View File

@@ -0,0 +1 @@
ignore-scripts=true