Skip to content

Commit 2a3c89b

Browse files
authored
Merge pull request #3 from feelpp/dependabot/github_actions/actions/setup-node-v2.1.1
Bump actions/setup-node from v2-beta to v2.1.1
2 parents e183656 + bbb767e commit 2a3c89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v2.3.2
1313
- name: Set up Node.js
14-
uses: actions/setup-node@v2-beta
14+
uses: actions/setup-node@v2.1.1
1515
with:
1616
node-version: '12'
1717
- name: Build dist

0 commit comments

Comments
 (0)