Skip to content

Commit c6d5fea

Browse files
committed
pin node version in ci?
1 parent d5a8e05 commit c6d5fea

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
15+
- uses: actions/setup-node@v3
16+
with:
17+
node-version: 16
1418

1519
- name: install dependencies
1620
run: yarn install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v3.1.1
1717
with:
18-
node-version: 14
18+
node-version: 18
1919

2020
- name: Checkout
2121
uses: actions/checkout@v2.4.2

0 commit comments

Comments
 (0)