Skip to content

Commit

Permalink
[no-deploy] Pinned Node.js version was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Jan 12, 2023
1 parent e6509c3 commit 55e012f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: install nodejs
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
- name: install dependencies
run: npm ci
- name: calculate coverage
Expand All @@ -62,7 +62,7 @@ jobs:
- name: install nodejs
uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"
registry-url: "https://registry.npmjs.org"
- name: install dependencies
run: npm ci
Expand Down

0 comments on commit 55e012f

Please sign in to comment.