Skip to content

Commit

Permalink
chore: Bumping CI node to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed May 31, 2022
1 parent 3705d52 commit c4effdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Setup node 12
- name: Setup node 16
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- run: npm ci
- run: npm run build

0 comments on commit c4effdc

Please sign in to comment.