Skip to content

Commit

Permalink
fix: bump dep
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Nov 1, 2023
1 parent d71bf16 commit 01518d2
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 226 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
- "51413:51413"
- "51413:51413/udp"
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
Expand All @@ -48,7 +46,9 @@ jobs:
pull-requests: write # to be able to comment on released pull requests
id-token: write # to enable use of OIDC for npm provenance
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
21
Loading

0 comments on commit 01518d2

Please sign in to comment.