Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Aug 15, 2022
1 parent b06e313 commit da687bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout Actions
uses: actions/checkout@v2

- name: Set up Node 11.10.1
- name: Set up Node 16.14.2
uses: actions/setup-node@v1
with:
node-version: '11.10.1'
node-version: '16.14.2'

- name: Install 🔧
run: |
Expand Down

0 comments on commit da687bc

Please sign in to comment.