From 3dc6fbb535fd058c7b661088856e405802d690ed Mon Sep 17 00:00:00 2001 From: KillerBossOriginal Date: Sun, 5 Feb 2023 13:06:01 +0100 Subject: [PATCH] . --- .github/workflows/npm-publish.yml | 2 +- .gitignore | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index aedd2ef..4c8fe35 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -4,7 +4,7 @@ on: types: [created] jobs: Publish-NPM: - runs-on: ubuntu-latest + runs-on: node1 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index 12b04ad..e84ce95 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,7 @@ dist # TernJS port file .tern-port + + +# build +build \ No newline at end of file