Skip to content

Commit 71b3f21

Browse files
committed
Update dependencies
1 parent b56c564 commit 71b3f21

File tree

6 files changed

+370
-437
lines changed

6 files changed

+370
-437
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '18.x'
16+
node-version: '20.x'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm ci
1919
- run: npm version ${GITHUB_REF#refs/tags/v} --git-tag-version=false

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 shlinkio
3+
Copyright (c) 2021-2023 shlinkio
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ version: '3'
33
services:
44
shlink_js_coding_standard_node:
55
container_name: shlink_js_coding_standard_node
6-
image: node:18.14-alpine
6+
image: node:20.3-alpine
77
volumes:
88
- ./:/home/shlink

indocker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
docker-compose run shlink_js_coding_standard_node /bin/sh -c "cd /home/shlink && $*"
3+
docker compose run shlink_js_coding_standard_node /bin/sh -c "cd /home/shlink && $*"

0 commit comments

Comments
 (0)