Skip to content

Commit

Permalink
upgrade to node20 (#46)
Browse files Browse the repository at this point in the history
* upgrade to node20

* upgrade contributor table
  • Loading branch information
vctqs1 authored Dec 18, 2023
1 parent e8dbeb9 commit 010d7e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,16 @@
"contributions": [
"ideas"
]
},
{
"login": "vctqs1",
"name": "vctqs1",
"avatar_url": "https://avatars.githubusercontent.com/u/30227910?v=4",
"profile": "https://github.com/vctqs1",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
"contributorsPerLine": 8
}
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: ⎔ Setup node
uses: actions/setup-node@v1
with:
node-version: 15
node-version: 20

- name: 📥 Download deps
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 010d7e3

Please sign in to comment.