Skip to content

Commit 76988f7

Browse files
committed
upgrade to node 18+
1 parent 6245d84 commit 76988f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v1
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: '16.13.0'
12+
node-version: "18.12.1"
1313

1414
- run: yarn install
1515

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.13.0
1+
18.12.1

0 commit comments

Comments
 (0)