Skip to content

Commit afd648b

Browse files
authored
chore: do not run postman for dependabot and update some deps (#731)
1 parent 8c9689c commit afd648b

File tree

4 files changed

+342
-339
lines changed

4 files changed

+342
-339
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
workflow_dispatch:
77
jobs:
88
postman:
9+
if: ${{ github.actor != 'dependabot[bot]' }}
910
runs-on: ubuntu-latest
1011
steps:
1112
- uses: actions/checkout@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.18.1-alpine as ci
1+
FROM node:20.19.2-alpine as ci
22

33
ENV NODE_ENV=test
44
ENV BLUEBIRD_DEBUG=0

0 commit comments

Comments
 (0)