Skip to content

Commit 0ab49b8

Browse files
committed
ci: upgrade node version of Github workflows
1 parent 742a259 commit 0ab49b8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"publishDirectory": {
88
"react-intersection-observer": "dist"
99
},
10-
"node": "14"
10+
"node": "18"
1111
}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 14
17+
node-version: 18
1818
- name: Install dependencies
1919
run: yarn --frozen-lockfile
2020
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [14.x, 16.x]
11+
node-version: [16.x, 18.x]
1212

1313
steps:
1414
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)