Skip to content

Commit

Permalink
Merge pull request #316 from IgnaceMaes/upgrade-guidemaker-ember-temp…
Browse files Browse the repository at this point in the history
…late

deps: upgrade guidemaker deps
  • Loading branch information
MinThaMie authored Jul 2, 2024
2 parents 27c5b7d + 1b3a899 commit 5741a28
Show file tree
Hide file tree
Showing 6 changed files with 16,643 additions and 18,682 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
NODE_VERSION: 16
NODE_VERSION: 20

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.0
19 changes: 19 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@ module.exports = function (environment) {
sourceRepo: 'https://github.com/ember-learn/cli-guides',
sourceBranch: 'main',
},

'ember-showdown-shiki': {
theme: 'github-dark',
languages: [
'bash',
'css',
'http',
'javascript',
'json',
'json5',
'ruby',
'scss',
'yaml',
'typescript',
'glimmer-js',
'glimmer-ts',
'handlebars',
],
},
};

if (environment === 'development') {
Expand Down
9 changes: 9 additions & 0 deletions config/fastboot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = function () {
return {
buildSandboxGlobals(defaultGlobals) {
return Object.assign({}, defaultGlobals, {
atob: atob,
});
},
};
};
Loading

0 comments on commit 5741a28

Please sign in to comment.