Skip to content

Commit

Permalink
upgrade workflow to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
vstirbu committed Jun 24, 2022
1 parent fa8a22d commit db2236a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Use Nodejs 12
- name: Use Nodejs 14
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14

- name: Build previewer
run: |
Expand Down

0 comments on commit db2236a

Please sign in to comment.