Skip to content

Commit

Permalink
add node version in .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dannov91 committed Apr 21, 2023
1 parent 1e15ecb commit 20f65d6
Show file tree
Hide file tree
Showing 8 changed files with 6,212 additions and 3,517 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18.14.1
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var rename = require('gulp-rename');
var sass = require('gulp-sass');
var minifyCSS = require('gulp-clean-css');
var del = require('del');
var sass = require('gulp-sass')(require('node-sass'));

// Remove old files
gulp.task('clean', function() {
Expand Down
Loading

0 comments on commit 20f65d6

Please sign in to comment.