Skip to content

Commit

Permalink
Update node version to 18.17 for ci build and local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnstar committed Jan 9, 2024
1 parent a48acae commit eae2ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.16.0'
node-version: '18.17.0'

# Npm global packages caching
- name: Cache global npm modules
Expand Down
2 changes: 1 addition & 1 deletion config/docker/development/Ember.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM danlynn/ember-cli:4.12.1-node_18.16
FROM danlynn/ember-cli:5.2.1-node_18.17

RUN chown 1000:1000 /myapp

Expand Down

0 comments on commit eae2ae3

Please sign in to comment.