We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd05e8 commit e9411e1Copy full SHA for e9411e1
1 file changed
.github/workflows/release.yml
@@ -34,8 +34,7 @@ jobs:
34
35
extract-and-publish-packages:
36
name: Extract and publish packages
37
- # runs-on: ubuntu-20.04
38
- runs-on: [self-hosted, linux, amd64, cpu4]
+ runs-on: ubuntu-20.04
39
strategy:
40
fail-fast: true
41
matrix:
@@ -44,13 +43,6 @@ jobs:
44
43
NODE: ["16.15.1"]
45
LINUX: ["ubuntu20.04"]
46
steps:
47
- - name: Checkout
48
- uses: actions/checkout@v3
49
- with:
50
- lfs: true
51
- path: node
52
- fetch-depth: 0
53
-
54
- name: Extract node native modules
55
shell: bash
56
run: |
0 commit comments