aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-02-14 14:29:17 -0600
committerGitHub <noreply@github.com>2021-02-14 14:29:17 -0600
commit4e452200bc7e4ccc8935cd5a2f018767fb92595a (patch)
tree4d2fc8fc7757d41e76c32377ce1f8567465b3200 /.github/workflows
parent0025c85308db54e27faa61567e0ca7283b2a96ab (diff)
downloadskyblock-api-4e452200bc7e4ccc8935cd5a2f018767fb92595a.tar.gz
skyblock-api-4e452200bc7e4ccc8935cd5a2f018767fb92595a.tar.bz2
skyblock-api-4e452200bc7e4ccc8935cd5a2f018767fb92595a.zip
Update compile.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/compile.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index fd60bc4..f8e1d50 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -7,6 +7,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
+ - uses: actions/setup-node@v2
+ with:
+ node-version: '14'
- name: Compile Typescript
uses: FuLagann/tsc-build-push@v1
with: