Skip to content

Commit

Permalink
Update node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Oct 25, 2023
1 parent d0ee346 commit d48e634
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
env:
NODE_VERSION: 18
NODE_VERSION: 20
NPM_REGISTRY: https://registry.npmjs.org
jobs:
test:
Expand All @@ -24,7 +24,6 @@ jobs:
- name: Setup node.js
uses: actions/setup-node@v3
with:
corepack: true
node-version: ${{ env.NODE_VERSION }}
registry-url: ${{ env.NPM_REGISTRY }}
- name: Install yarn
Expand Down

0 comments on commit d48e634

Please sign in to comment.