Skip to content

Commit

Permalink
Merge pull request #3 from bavix/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
rez1dent3 authored Feb 25, 2024
2 parents 5fda630 + e7af202 commit ba6e41b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '21.x'
registry-url: 'https://npm.pkg.github.com'
Expand Down
12 changes: 0 additions & 12 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.babelrc
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
docs/AddStub200Response.md
Expand Down Expand Up @@ -30,14 +29,3 @@ src/model/Stub.js
src/model/StubHeaders.js
src/model/StubInput.js
src/model/StubOutput.js
test/api/HealthcheckApi.spec.js
test/api/StubsApi.spec.js
test/model/AddStub200Response.spec.js
test/model/AddStubRequest.spec.js
test/model/MessageOK.spec.js
test/model/SearchRequest.spec.js
test/model/SearchResponse.spec.js
test/model/Stub.spec.js
test/model/StubHeaders.spec.js
test/model/StubInput.spec.js
test/model/StubOutput.spec.js

0 comments on commit ba6e41b

Please sign in to comment.