Skip to content

Commit

Permalink
Bump node from 16 to 20.11.0 in ci GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpopkov committed Feb 13, 2024
1 parent 884b899 commit 1976c32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: actions/setup-node@v4
id: node
with:
node-version: 16
node-version: 20.11.0
- 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 1976c32

Please sign in to comment.