Skip to content

Commit

Permalink
Merge branch 'master' of file:///home/seanho/Documents/sermons/reveal…
Browse files Browse the repository at this point in the history
…-skel
  • Loading branch information
seanho00 committed Jan 14, 2024
2 parents 7e58220 + 521151e commit 28fcd8c
Show file tree
Hide file tree
Showing 5 changed files with 2,948 additions and 4,702 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Configure node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- name: Clean install node package
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (grunt) ->

sass:
options:
implementation: require('node-sass')
implementation: require('sass')
includePaths: ['node_modules/reveal.js/css/theme/']
outputStyle: 'compressed'
theme:
Expand Down

0 comments on commit 28fcd8c

Please sign in to comment.