Skip to content

Commit

Permalink
update to node 21 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav authored Jan 4, 2024
1 parent 747b828 commit f481dde
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 398 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 21
- run: npm ci
- run: npm test
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:21-alpine

# Create app directory
WORKDIR /mockbin
Expand Down
Loading

0 comments on commit f481dde

Please sign in to comment.