Skip to content

Commit 900813d

Browse files
authored
chore: using current node version in CI/CD as well (#1444)
* chore: using current node version in CI/CD as well * refactor: pinning to major version even only to make any minor or patch updates obsolete * refactor: hardening that declaration
1 parent 9935c0b commit 900813d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Set up NodeJS
13-
uses: actions/setup-node@v2.1.4
13+
uses: actions/setup-node@v2
1414
with:
15-
node-version: '>=14.20.1'
15+
node-version: '14'
1616

1717
- name: Setup the project
1818
run: |

0 commit comments

Comments
 (0)