Skip to content

Commit c51511f

Browse files
authored
Merge pull request #422 from kernvalley/patch/update-node
Update to node v18.13.0
2 parents 50efac3 + e2fd178 commit c51511f

File tree

5 files changed

+7252
-8129
lines changed

5 files changed

+7252
-8129
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18.13.0
2020
- run: npm ci
2121
- run: npm run build --if-present
2222
- run: npm test

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.14.2
1+
v18.13.0

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33
base = "./"
44
publish = "./_site"
55
command = "npm run build && npm run build:site"
6+
[dev]
7+
base = "./"
8+
publish = "./_site"
9+
command = "npm run serve:dev"
10+
targetPort = 4000

0 commit comments

Comments
 (0)