Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MatTheCat committed Apr 28, 2024
1 parent cbf0bbc commit d1b7c4a
Show file tree
Hide file tree
Showing 5 changed files with 1,074 additions and 730 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publication-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
cache: npm
cache-dependency-path: package-lock.json
node-version: '21.7.1'
node-version: '22.0.0'

- name: install dependencies
run: npm ci --no-audit --omit=dev --prefer-offline
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:

node:
command: scripts/watch.js
image: node:21.7.1-alpine3.19
image: node:22.0.0-alpine3.19
init: true
user: ${HOST_UID:?}
volumes:
Expand Down
Loading

0 comments on commit d1b7c4a

Please sign in to comment.