Skip to content

Commit c2abb27

Browse files
committed
Use Node 18 in tests and update TS targets
1 parent 1437fcf commit c2abb27

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
node: ['16.x']
32+
node: ['18.x']
3333

3434
steps:
3535
- name: Checkout repo
@@ -62,7 +62,7 @@ jobs:
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
node: ['16.x']
65+
node: ['18.x']
6666
steps:
6767
- name: Checkout repo
6868
uses: actions/checkout@v2
@@ -99,8 +99,8 @@ jobs:
9999
strategy:
100100
fail-fast: false
101101
matrix:
102-
node: ['16.x']
103-
ts: ['4.7', '4.8', '4.9', '5.0']
102+
node: ['18.x']
103+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
104104
steps:
105105
- name: Checkout repo
106106
uses: actions/checkout@v2
@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
node: ['16.x']
143+
node: ['18.x']
144144
example:
145145
[
146146
'cra4',

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ignore = "git diff --quiet HEAD^ HEAD -- ../docs/ ."
66

77
[build.environment]
8-
NODE_VERSION = "16.14.0"
8+
NODE_VERSION = "18.15.0"
99
NODE_OPTIONS = "--max_old_space_size=4096"
1010
NETLIFY_USE_YARN = "true"
1111
YARN_VERSION = "1.22.10"

0 commit comments

Comments
 (0)