Skip to content

Commit

Permalink
Upgraded actions/setup-node and Node in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed May 14, 2021
1 parent 9c3cffe commit 7d3ca1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
- name: actions/checkout
uses: actions/checkout@v2.3.4
- name: actions/setup-node
uses: actions/setup-node@v2.1.4
uses: actions/setup-node@v2.1.5
with:
node-version: "14.15.3"
node-version: "16.1.0"
- name: npm install
uses: jaid/action-npm-install@master
with:
Expand Down

0 comments on commit 7d3ca1d

Please sign in to comment.