Skip to content

Commit

Permalink
Bumping Node version
Browse files Browse the repository at this point in the history
Signed-off-by: Charlie Fish <contact@charlie.fish>
  • Loading branch information
fishcharlie committed Feb 25, 2024
1 parent e0fbe10 commit cc6e6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.10.0
node-version: 20.11.1
cache: 'npm'
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
app:
image: node:20.10.0
image: node:20.11.1
volumes:
- .:/project
working_dir: /project
Expand Down

0 comments on commit cc6e6ad

Please sign in to comment.