Skip to content

Commit 36f9f59

Browse files
committed
Updated versions in GitHub workflow publishPackage.yml
1 parent b21fac5 commit 36f9f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publishPackage.yml

Lines changed: 3 additions & 3 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.1.0
10+
uses: actions/checkout@v2.3.4
1111
- name: actions/setup-node
12-
uses: actions/setup-node@v1.4.1
12+
uses: actions/setup-node@v2.1.4
1313
with:
14-
node-version: "13.13.0"
14+
node-version: "14.15.3"
1515
- name: npm install
1616
uses: jaid/action-npm-install@master
1717
with:

0 commit comments

Comments
 (0)