Skip to content

Commit

Permalink
chore: pin Node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvetomir committed Jun 7, 2022
1 parent ceccd47 commit e1cf4fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
fetch-depth: 0 # Fetch all branches

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install modules
run: npm install --no-audit

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install modules
run: npm install --no-audit

Expand Down

0 comments on commit e1cf4fb

Please sign in to comment.