Skip to content

Commit

Permalink
Pin Node version (#6014)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtomole committed Feb 21, 2023
1 parent 93545be commit 1ad63aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -336,6 +336,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.1'
- name: Install npm
Expand All @@ -347,6 +348,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.1'
- name: Install npm
Expand All @@ -358,6 +360,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.1'
- name: Install npm dependencies
Expand All @@ -371,6 +374,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.16.1'
- name: Install npm dependencies
Expand Down

0 comments on commit 1ad63aa

Please sign in to comment.