Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit 1b3842c

Browse files
committed
ci: lock nodejs version 14
1 parent ed430fa commit 1b3842c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ jobs:
146146
echo "::set-output name=dir::$(npm config get cache)"
147147
echo "::set-output name=ver::$(npm -v)"
148148
149+
- name: "Conformance tests: setup nodejs 14"
150+
uses: actions/setup-node@v2
151+
with:
152+
node-version: '14'
153+
149154
- name: "Conformance tests: cache"
150155
id: conformance-cache
151156
if: matrix.platform.cross == false

0 commit comments

Comments
 (0)