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
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:

- name: Install dependencies
run: |
npm install
npm install --location=global @sasjs/cli
npm ci --ignore-scripts
env:
CI: true

Expand All @@ -48,11 +47,6 @@ jobs:
npx sasjs cb -t server
cp ./sasjsbuild/server.json.zip ./artefacts/server.json.zip

- name: Install Semantic Release and plugins
run: |
npm i
npm i -g semantic-release

- name: Release
run: |
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} semantic-release
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} npx semantic-release
93 changes: 56 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"@sasjs/adapter": "^4.16.0",
"@sasjs/core": "4.59.7",
"@sasjs/utils": "3.5.2",
"axios": "^1.12.2",
"axios": "1.13.5",
"moment": "^2.29.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-highlight": "^0.15.0",
"react-router-dom": "^6.26.0"
"react-router-dom": "6.30.3"
},
"devDependencies": {
"@babel/core": "^7.16.12",
Expand Down Expand Up @@ -85,6 +85,9 @@
}
]
},
"overrides": {
"yaml@1": "2.8.3"
},
"browserslist": {
"production": [
">0.2%",
Expand Down
Loading