Skip to content

Commit

Permalink
update packages, move to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Apr 7, 2024
1 parent 1c339b9 commit 3ce518f
Show file tree
Hide file tree
Showing 5 changed files with 8,789 additions and 22,289 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
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:14-alpine
FROM node:16-alpine

RUN adduser -S nush-link
USER nush-link
Expand Down
Loading

0 comments on commit 3ce518f

Please sign in to comment.