Skip to content

Commit

Permalink
ci: bump node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliygatt authored Apr 27, 2023
1 parent ffe66b1 commit 1ef2f1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 1ef2f1d

Please sign in to comment.