Skip to content

Commit

Permalink
Merge pull request #114 from ThatConference/fix/stellate-action-task
Browse files Browse the repository at this point in the history
fix: stellate action task
  • Loading branch information
brettski authored Aug 16, 2024
2 parents ddae668 + 2c47b13 commit bc7af02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_onPushMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
needs: [build, deploy]
steps:
- name: Download Build Artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: tc-api
path: __build__
- name: Use node.js 16x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
- name: Push to Stellate
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "that-api-gateway",
"version": "4.4.1",
"version": "4.4.2",
"description": "THAT Apollo gateway",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit bc7af02

Please sign in to comment.