aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authormat <27899617+mat-1@users.noreply.github.com>2021-07-12 04:13:58 -0500
committerGitHub <noreply@github.com>2021-07-12 04:13:58 -0500
commit64cb1cbde586a9d51e90dd07cd335dcebfc7b444 (patch)
tree2a1d369067c42919c58195dd5195f28e866de488 /.github/workflows
parent541cc0cba90cefc94c41fceea6f98d2619b9362f (diff)
downloadskyblock-api-64cb1cbde586a9d51e90dd07cd335dcebfc7b444.tar.gz
skyblock-api-64cb1cbde586a9d51e90dd07cd335dcebfc7b444.tar.bz2
skyblock-api-64cb1cbde586a9d51e90dd07cd335dcebfc7b444.zip
Update compile.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/compile.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml
index ef4c4c4..1e7032b 100644
--- a/.github/workflows/compile.yml
+++ b/.github/workflows/compile.yml
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
- node-version: '14.15.0'
+ node-version: '16.0.0'
- run: npm install
- name: Compile Typescript
uses: FuLagann/tsc-build-push@v1