Skip to content

Commit

Permalink
ci: bump node to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Didenko committed May 24, 2024
1 parent 956cd3c commit ed870b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fetch-depth: 0
ref: main

- name: "Use Node.js 16"
- name: "Use Node.js 20"
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'

- name: "Install dependencies"
working-directory: ./
Expand Down
15 changes: 12 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed870b9

Please sign in to comment.