Skip to content

Commit

Permalink
Bring dwn-sdk-js up to 0.2.1
Browse files Browse the repository at this point in the history
requires newer version of node for crypto stuff, so that gets bumped as well
  • Loading branch information
finn-block committed Aug 7, 2023
1 parent 1de9092 commit 74b8096
Show file tree
Hide file tree
Showing 6 changed files with 119 additions and 623 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Tests
on:
push:
branches:
- main
- '*'
pull_request:
branches:
- main
Expand All @@ -19,10 +19,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
node-version: '20.3.1'

- name: Install dependencies
run: npm install

- name: Run tests
run: npm run test
run: npm run test -- --color
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-buster
FROM node:20.3.1-bookworm

ARG DS_PORT
ENV DS_PORT=${DS_PORT:-3000}
Expand Down
Loading

0 comments on commit 74b8096

Please sign in to comment.