Skip to content

Commit

Permalink
Node v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Apr 5, 2024
1 parent 2e9ceb8 commit 36dae73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: |
${{ runner.os }}-spm-
- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: 16

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
restore-keys: |
${{ runner.os }}-spm-
- uses: actions/setup-node@v4
- uses: actions/setup-node@v3
with:
node-version: 16

Expand Down

0 comments on commit 36dae73

Please sign in to comment.