Skip to content

Commit 5bf1762

Browse files
authored
Bump actions/setup-node from 4 to 5 (#104)
2 parents fb6bb7b + bbe75c2 commit 5bf1762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Set up Node.js 20
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v5
2121
with:
2222
node-version: 20
2323
registry-url: https://registry.npmjs.org/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 22
1818
- 24
1919
steps:
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@v5
2121
with:
2222
node-version: "${{ matrix.node }}"
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)