Skip to content

Commit

Permalink
Merge pull request #61 from LemontechSA/hotfix/manually_fixed_holidays
Browse files Browse the repository at this point in the history
fix! manually fixed holidays
  • Loading branch information
vladzur authored Jul 10, 2023
2 parents 16833a7 + 5867418 commit 6b976ae
Show file tree
Hide file tree
Showing 5 changed files with 2,927 additions and 8,437 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
- git checkout ${DRONE_SOURCE_BRANCH}

- name: run-test
image: node:14-slim
image: node:18-slim
environment:
ENVIRONMENT: test
NODE_ENV: test
Expand Down Expand Up @@ -50,7 +50,7 @@ name: merge-master
steps:

- name: run-test
image: node:14-slim
image: node:18-slim
environment:
ENVIRONMENT: test
NODE_ENV: test
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Check out https://hub.docker.com/_/node to select a new base image
FROM node:14-slim
FROM node:18-slim
RUN npm install -g npm@latest
# Set to a non-root built-in user `node`
USER node
Expand Down
Loading

0 comments on commit 6b976ae

Please sign in to comment.