Skip to content

Commit

Permalink
Merge pull request #46 from JackuB/update-deps
Browse files Browse the repository at this point in the history
update node version, sentry, mermaid, marked, typescript
  • Loading branch information
JackuB authored Aug 31, 2024
2 parents 07a26d6 + 7d0f75d commit c004a56
Show file tree
Hide file tree
Showing 5 changed files with 566 additions and 728 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run tests
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:20.14-alpine3.20 as base
FROM node:22-alpine3.20 as base
LABEL fly_launch_runtime="Node.js"

# Node.js app lives here
Expand Down
Loading

0 comments on commit c004a56

Please sign in to comment.