Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit d5c368d

Browse files
committed
ci: clamp node version to match local env
1 parent 9158f28 commit d5c368d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [12.x]
20+
node-version: [12.19]
2121
steps:
2222
- name: Checkout
2323
uses: actions/checkout@v2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js 12.x
2626
uses: actions/setup-node@master
2727
with:
28-
node-version: 12.x
28+
node-version: 12.19
2929

3030
- name: Install dependencies
3131
run: yarn install --frozen-lockfile && yarn bootstrap

0 commit comments

Comments
 (0)