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

Commit d62992d

Browse files
committed
ci: switch to actions/setup-node@v3 with Node.js 16
1 parent a103744 commit d62992d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v2
18+
- uses: actions/setup-node@v3
1919
with:
2020
node-version: "16.x"
2121
- name: Authenticate with NPM registry

0 commit comments

Comments
 (0)