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

Commit 9056866

Browse files
committed
Update actions/setup-node action to v2
Dependency update (patch)
1 parent 18ae7ba commit 9056866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030
- name: Set up Node.js version
31-
uses: actions/setup-node@v1
31+
uses: actions/setup-node@v2
3232
with:
3333
node-version: '${{ env.NODE_VERSION }}'
3434
- name: npm install, build, and test

0 commit comments

Comments
 (0)