Skip to content

Commit 2bf97f3

Browse files
authored
Update more dependencies to their latest versions (#45)
1 parent 22f202a commit 2bf97f3

File tree

5 files changed

+140
-138
lines changed

5 files changed

+140
-138
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- id: 'set-up-node'
3939
name: 'Set up Node'
40-
uses: 'actions/setup-node@v3'
40+
uses: 'actions/setup-node@v4'
4141
with:
4242
node-version: '20.x'
4343

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: 'actions/checkout@v4'
2929

30-
- uses: 'actions/setup-node@v3'
30+
- uses: 'actions/setup-node@v4'
3131
with:
3232
node-version: '20.x'
3333

dist/main/index.js

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)