Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-guggisberg committed Oct 29, 2024
1 parent 5fc70ec commit 1ea3fb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm ci
- run: npm run lint
- run: npm test
Expand All @@ -41,10 +41,10 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm ci
- run: npm run semantic-release
env:
Expand Down
8 changes: 0 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
"matchPackageNames": ["lru-cache"],
"allowedVersions": "<8.0.0"
},
{
"packageNames": ["circleci/node"],
"allowedVersions": "<15"
},
{
"packageNames": ["cimg/node"],
"allowedVersions": "<15"
},
{
"groupName": "external fixes",
"updateTypes": ["patch", "pin", "digest", "minor"],
Expand Down

0 comments on commit 1ea3fb8

Please sign in to comment.