Skip to content

Commit

Permalink
Bump node from 14.x to 18.12.0 in GA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpopkov committed Jan 18, 2024
1 parent e6ac7a9 commit f5c26cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node_version: [14.x]
node_version: [18.12.0]
steps:
- name: Check out
uses: actions/checkout@v3
Expand All @@ -33,6 +33,8 @@ jobs:
id: node
with:
node-version: ${{ matrix.node_version }}
- name: Enable corepack
run: corepack enable
- name: Send Slack notification
uses: codedsolar/slack-action@v1
if: ${{ github.event_name != 'pull_request' }}
Expand Down Expand Up @@ -65,7 +67,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node_version: [14.x]
node_version: [18.12.0]
steps:
- name: Check out
uses: actions/checkout@v3
Expand All @@ -74,6 +76,8 @@ jobs:
id: node
with:
node-version: ${{ matrix.node_version }}
- name: Enable corepack
run: corepack enable
- name: Send Slack notification
uses: codedsolar/slack-action@v1
if: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit f5c26cf

Please sign in to comment.