Skip to content

Commit

Permalink
noi-techpark#5 (build) resolve readdirSync issue
Browse files Browse the repository at this point in the history
by upgrading nodejs version
  • Loading branch information
MaxXx1313 committed Jan 25, 2025
1 parent 835b8f1 commit a20b16b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
NODE_VERSION: 16.x
NODE_VERSION: 20.x


jobs:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: "3.4"
services:
app:
image: node:18
image: node:20-alpine
volumes:
- ./:/code
working_dir: /code
Expand Down

0 comments on commit a20b16b

Please sign in to comment.