Skip to content

Commit

Permalink
build(workflow): set node 16 in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Jul 9, 2023
1 parent bc3b57c commit 3a52b26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: test
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v1
- name: build
Expand Down

0 comments on commit 3a52b26

Please sign in to comment.