Skip to content

Commit f413d05

Browse files
committed
chore: use Node.js 18
1 parent c08f4cd commit f413d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request:
1010

1111
env:
12-
NODE_VERSION: 16
12+
NODE_VERSION: 18
1313

1414
jobs:
1515
tests:

.github/workflows/pkg-size-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ main, next ]
66

77
env:
8-
NODE_VERSION: 16
8+
NODE_VERSION: 18
99

1010
jobs:
1111
pkg-size-report:

0 commit comments

Comments
 (0)