Skip to content

Commit 39ffb6f

Browse files
authored
build(deps): Update tests to use node 18 (#223)
1 parent dfac85c commit 39ffb6f

File tree

3 files changed

+8458
-8123
lines changed

3 files changed

+8458
-8123
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3
1111
with:
12-
node-version: 16
12+
node-version: 18
1313
cache: npm
1414
- run: npm ci
1515
- run: npm run lint
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 16
23+
node-version: 18
2424
cache: npm
2525
- run: npm ci
2626
- run: npm run build

0 commit comments

Comments
 (0)