Skip to content

Commit

Permalink
Merge pull request #1420 from defaude/main
Browse files Browse the repository at this point in the history
Update node to version 18 (latest LTS)
  • Loading branch information
vadeg committed Nov 11, 2022
2 parents fd393ba + 7cff2b0 commit c8695c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-zally.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
test-web-ui:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '17'
node-version: 18
- name: Configure yarn
run: yarn install -q
- name: Build & Test CLI
Expand All @@ -90,4 +90,3 @@ jobs:
- uses: codecov/codecov-action@v1
with:
files: ./web-ui/target/coverage/lcov.info

2 changes: 1 addition & 1 deletion web-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.opensource.zalan.do/library/node-14-alpine:latest
FROM registry.opensource.zalan.do/library/node-18-alpine:latest

MAINTAINER "http://zalando.github.io/"

Expand Down
2 changes: 1 addition & 1 deletion web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Zally API Linter Web UI",
"main": "src/server/index.js",
"engines": {
"node": ">=17"
"node": ">=18"
},
"scripts": {
"start": "NODE_ENV=production node server.js",
Expand Down

0 comments on commit c8695c1

Please sign in to comment.