Skip to content

Commit

Permalink
Merge pull request #751 from wagoid/chore/upgrade-commitlint-to-18
Browse files Browse the repository at this point in the history
chore(deps): upgrade commitlint packages to 18
  • Loading branch information
wagoid committed Nov 1, 2023
2 parents 6319f54 + 884a74d commit a36e893
Show file tree
Hide file tree
Showing 7 changed files with 2,600 additions and 758 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.5.0'
node-version: '20.9.0'
- uses: actions/cache@v3
with:
path: |
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.5.0'
node-version: '20.9.0'
- uses: actions/cache@v3
with:
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- run: echo -n '' > .dockerignore
- uses: actions/setup-node@v3
with:
node-version: '16.5.0'
node-version: '20.9.0'
- uses: actions/cache@v3
with:
path: |
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.5.0'
node-version: '20.9.0'
- uses: actions/cache@v3
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.5.0
20.9.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .

RUN npm run build

FROM node:16.5.0-alpine3.14
FROM node:20.9.0-alpine3.17

RUN apk --no-cache add git

Expand Down
2 changes: 1 addition & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"presets": [["@babel/preset-env"]],
"targets": {
"node": "16.5.0"
"node": "20.9.0"
}
}

0 comments on commit a36e893

Please sign in to comment.