Skip to content

Commit

Permalink
cd: set node to 16 to not mess up package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tefkah authored Nov 18, 2021
1 parent b749a9f commit 9fcc9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
uses: 'actions/checkout@v2'
with:
repository: '${{ github.repository }}'
- name: '[setup node]'
uses: 'actions/setup-node@v2'
with:
node-version: '16'
- name: '[lint]'
run: |
echo TBA some linting
Expand Down

0 comments on commit 9fcc9a8

Please sign in to comment.