Skip to content

Commit 4d063d2

Browse files
committed
Replace node v15 with node v16 in CI
1 parent 1c3b05e commit 4d063d2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/[email protected]
1818
- uses: actions/setup-node@v2
1919
with:
20-
node-version: 15
20+
node-version: 16
2121
- run: npm ci
2222
- run: npm run-s test:lint
2323
prettier:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/[email protected]
2828
- uses: actions/setup-node@v2
2929
with:
30-
node-version: 15
30+
node-version: 16
3131
- run: npm ci
3232
- run: npm run-s test:prettier
3333
flow:
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/[email protected]
3838
- uses: actions/setup-node@v2
3939
with:
40-
node-version: 15
40+
node-version: 16
4141
- run: npm ci
4242
- run: npm run-s test:flow
4343
test:
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/[email protected]
4848
- uses: actions/setup-node@v2
4949
with:
50-
node-version: 15
50+
node-version: 16
5151
- run: npm ci
5252
- run: npm run-s test:unit
5353
- uses: coverallsapp/[email protected]
@@ -62,7 +62,7 @@ jobs:
6262
- 10
6363
- 12
6464
- 14
65-
- 15
65+
- 16
6666
os:
6767
- macos-latest
6868
- ubuntu-latest
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/[email protected]
9292
- uses: actions/setup-node@v2
9393
with:
94-
node-version: 15
94+
node-version: 16
9595
- run: npm ci
9696
- run: npm run-s build
9797
- run: npm install --prefix example
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/setup-node@v2
118118
with:
119119
registry-url: https://registry.npmjs.org/
120-
node-version: 15
120+
node-version: 16
121121
- run: npm ci
122122
- run: npm run-s build
123123
- run: npm publish --access public

0 commit comments

Comments
 (0)