Skip to content

Commit

Permalink
feat: Upgrade to node 20 (#258)
Browse files Browse the repository at this point in the history
* feat: upgrade to node v20.9.0

* Build with node 20

* chore: end empty line
  • Loading branch information
vitaliimelnychuk committed Jan 27, 2024
1 parent bd7c82b commit ad9ea90
Show file tree
Hide file tree
Showing 5 changed files with 2,424 additions and 8,709 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v16.11.0
- name: Use Node.js v20.9.0
uses: actions/setup-node@v1
with:
node-version: v16.11.0
node-version: v20.9.0

- name: Install dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.11.0
v20.9.0
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ github.base_ref }}
- name: Use Node.js v16.11.0
- name: Use Node.js v20.9.0
uses: actions/setup-node@v3
with:
node-version: v16.11.0
node-version: v20.9.0

- name: Install dependencies
run: yarn
Expand All @@ -94,10 +94,10 @@ jobs:
needs: base_branch_cov
steps:
- uses: actions/checkout@v3
- name: Use Node.js v16.11.0
- name: Use Node.js v20.9.0
uses: actions/setup-node@v3
with:
node-version: v16.11.0
node-version: v20.9.0

- name: Download code coverage report from base branch
uses: actions/download-artifact@v3
Expand Down

0 comments on commit ad9ea90

Please sign in to comment.