Skip to content

Commit

Permalink
chore: using node version 13 in github workflow (#144)
Browse files Browse the repository at this point in the history
* chore: using node version 13 in github workflow

* chore: using node 12 instead of 13 because it's supported until 2022
  • Loading branch information
pedroferreira1 authored Dec 6, 2021
1 parent 14ec2c3 commit 72bb152
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 @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js 14.x
- name: Set up Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 12.x
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down

0 comments on commit 72bb152

Please sign in to comment.