Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Apr 26, 2023
1 parent a2d3cd6 commit 1231682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 1231682

Please sign in to comment.