Skip to content

Commit

Permalink
Merge pull request #13 from advanced-rest-client/feat/client-secret
Browse files Browse the repository at this point in the history
Change ubuntu version on deployment
  • Loading branch information
leandrogilcarrano committed May 31, 2024
2 parents efb52d0 + 3f9408d commit 85626ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ on:
jobs:
test_linux:
name: Ubuntu
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@advanced-rest-client/authorization",
"description": "The UI and logic related to HTTP authorization.",
"version": "0.1.12",
"version": "0.1.13",
"license": "Apache-2.0",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 85626ca

Please sign in to comment.