Skip to content

Commit

Permalink
Bump minimum nodejs version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 15, 2024
1 parent 5cfa1b0 commit cf22f09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'

- name: Restore playwright cache
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'

# - name: Publish to NPM
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-alpine as node
FROM node:20-alpine as node
RUN apk add --no-cache git
ADD . /build
WORKDIR /build
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "LGPL-2.1-or-later",
"private": true,
"engines": {
"node": ">=18.0.0",
"node": ">=20.0.0",
"npm": ">=7.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit cf22f09

Please sign in to comment.