Skip to content

Commit

Permalink
Implement #997.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjerleke committed Sep 12, 2024
1 parent 1f7f176 commit 2499c0a
Show file tree
Hide file tree
Showing 4 changed files with 1,934 additions and 1,724 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node for npmjs.org as registry
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Install 🔧
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v20.17.0
Loading

0 comments on commit 2499c0a

Please sign in to comment.