Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-38a556b8b32131c2f2d7333d287228b8
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Sep 4, 2024
2 parents fcaf0b2 + 2e5a25b commit ee3aa5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- name: Install modules
run: npm install
- name: Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
- name: Install modules
run: npm install
- name: Run ESLint
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.13.0-alpine3.17 as builder
FROM node:20.17.0-alpine3.20 as builder

WORKDIR /src/fe

Expand Down

0 comments on commit ee3aa5a

Please sign in to comment.