Skip to content

Commit a5252c3

Browse files
committed
Modified in bulk with jaid/for-each-project
1 parent 67cd257 commit a5252c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishPackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: actions/checkout
10-
uses: actions/checkout@v2.0.0
10+
uses: actions/checkout@v2.1.0
1111
- name: actions/setup-node
1212
uses: actions/setup-node@v1.4.1
1313
with:
14-
node-version: "13.9.0"
14+
node-version: "13.13.0"
1515
- name: npm install
1616
uses: jaid/action-npm-install@master
1717
with:

0 commit comments

Comments
 (0)