Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 4d50dc4

Browse files
authored
Bump actions/setup-node from 3 to 4 (#11)
2 parents 65a3893 + 5c3677e commit 4d50dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 20
1919
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)