From af10c7ff15b6770b915902342d1cd8c2c9e9ce73 Mon Sep 17 00:00:00 2001 From: KillerBossOriginal Date: Mon, 4 Dec 2023 16:01:53 +0100 Subject: [PATCH] test --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 8d0c819..81bc50d 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: node1 + runs-on: ubuntu steps: - name: Checkout uses: actions/checkout@v2 @@ -22,7 +22,7 @@ jobs: REGISTRY2: 'registry=https://registry.npmjs.org/' Publish-GitHub-NPM: - runs-on: node1 + runs-on: ubuntu steps: - name: Checkout uses: actions/checkout@v2 @@ -40,7 +40,7 @@ jobs: REGISTRY2: '@thundernetworkrad:registry=https://npm.pkg.github.com' Publish-SOURCE: - runs-on: node1 + runs-on: ubuntu steps: - name: Checkout uses: actions/checkout@v2