Skip to content

Commit

Permalink
Major Release (to 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwinding committed Feb 10, 2025
1 parent 5748c69 commit 3d28d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 16.14.2
node-version: 20.18.1
- name: Cache node_modules
id: cache-modules
uses: actions/cache@v3
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 16.14.2
node-version: 20.18.1
- uses: actions/cache@v1
id: cache-modules
with:
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 16.14.2
node-version: 20.18.1
- uses: actions/cache@v1
id: cache-modules
with:
Expand Down

0 comments on commit 3d28d32

Please sign in to comment.