Skip to content

Commit

Permalink
upgrade outdated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshshinde2012 committed Aug 13, 2024
2 parents 51230ee + 29b1260 commit ade3ade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Show Branch
run: |
echo "Default Branch: ${{ github.event.pull_request.head.ref }}"
- name: Clean Cache
run: npm cache clean --force
- name: Install package
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:iron-bookworm-slim
FROM node:20.15.0-slim

# Create a new user named "nodeuser"
RUN useradd --user-group --create-home --system --skel /dev/null --shell /bin/false nodeuser
Expand Down

0 comments on commit ade3ade

Please sign in to comment.