diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-03-01 14:26:57 -0600 |
---|---|---|
committer | mat <27899617+mat-1@users.noreply.github.com> | 2021-03-01 14:26:57 -0600 |
commit | 1e391a8ac955da73222a4ccaa7c028ae0bad2eb1 (patch) | |
tree | 9c8c31e123fe7330d814082c7f6ef44c7cdc149f | |
parent | ec462294535dfce79f8035a0c7f48a2226b415f5 (diff) | |
download | skyblock-api-1e391a8ac955da73222a4ccaa7c028ae0bad2eb1.tar.gz skyblock-api-1e391a8ac955da73222a4ccaa7c028ae0bad2eb1.tar.bz2 skyblock-api-1e391a8ac955da73222a4ccaa7c028ae0bad2eb1.zip |
Update compile.yml
-rw-r--r-- | .github/workflows/compile.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c4b8268..01bb024 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '14.15.0' - run: npm install - name: Compile Typescript uses: FuLagann/tsc-build-push@v1 |