Skip to content

Commit

Permalink
fix: remove packageManager and update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
1fabiopereira committed Jan 25, 2024
1 parent 09964e3 commit d981455
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Use Node.js Version 18.x
- name: Use Node.js Version 20.11.x
uses: actions/setup-node@v3
with:
node-version: 18.18.x
node-version: 20.11.x

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Use Node.js Version 16.x
uses: actions/setup-node@v2
- name: Use Node.js Version 20.11.x
uses: actions/setup-node@v3
with:
node-version: 16.14.x
node-version: 20.11.x

- name: Test Build
run: |
Expand All @@ -30,12 +30,12 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v2
uses: actions/checkout@v23

- name: 'Use Node.js Version 16.x'
uses: actions/setup-node@v2
- name: 'Use Node.js Version 20.11.x'
uses: actions/setup-node@v3
with:
node-version: 16.14.x
node-version: 20.11.x

- name: Add key to allow access to repository
env:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "^[email protected]",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit d981455

Please sign in to comment.