Skip to content

Commit 665027d

Browse files
authoredOct 26, 2023
feat: Update to use Node 20.8.1 (#17)
Updating to use Node 20.8.1 and also updated dependencies at the same time. However, there should be no change to the assets generated.
1 parent f4d99b6 commit 665027d

File tree

4 files changed

+33
-12
lines changed

4 files changed

+33
-12
lines changed
 

‎.editorconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# For more information about the properties used in
2+
# this file, please see the EditorConfig documentation:
3+
# http://editorconfig.org/
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
charset = utf-8
9+
end_of_line = lf
10+
indent_size = 4
11+
indent_style = space
12+
insert_final_newline = true
13+
trim_trailing_whitespace = true
14+
15+
[*.md]
16+
trim_trailing_whitespace = false
17+
18+
[package.json]
19+
# The indent size used in the `package.json` file cannot be changed
20+
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
21+
indent_size = 2

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.17.1
1+
v20.8.1

‎package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sass-mq": "6.0.0"
3838
},
3939
"devDependencies": {
40-
"sass": "1.65.1",
40+
"sass": "1.69.5",
4141
"sass-mq": "6.0.0"
4242
}
4343
}

0 commit comments

Comments
 (0)
Please sign in to comment.