Skip to content

Commit

Permalink
Revert "chore: change node version"
Browse files Browse the repository at this point in the history
This reverts commit b9ee255.
  • Loading branch information
juliopavila committed Aug 26, 2024
1 parent b9ee255 commit a41a7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# @format

name: build
on: [push]

Expand All @@ -10,7 +8,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
- uses: actions/cache@v3
with:
path: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/prod-release-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# @format

name: Prod Release Deployment

on:
Expand All @@ -14,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 21
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit a41a7ce

Please sign in to comment.