Skip to content

Commit

Permalink
chore: upgrade node to v20 (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 authored Aug 8, 2024
1 parent 7b42751 commit 28561a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v2-beta
with:
node-version: 15.14.0
node-version: 20.16.0

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
extra_hosts: *default-extra-hosts

watch:
image: node:15.14.0
image: node:20.16.0
working_dir: /src
command: >
/bin/bash -c './webpack_dev_server.sh --install'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"yup": "^0.31.0"
},
"engines": {
"node": "15.14.0"
"node": "20.16.0"
},
"scripts": {
"postinstall": "./webpack_if_prod.sh",
Expand Down

0 comments on commit 28561a0

Please sign in to comment.