Skip to content

Commit a6ae72e

Browse files
committed
Updated workflow
1 parent 9aef9fa commit a6ae72e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release-plugin-sqlite3-arm.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ jobs:
77
runs-on: [self-hosted, linux, arm]
88
steps:
99
- uses: actions/checkout@v2
10+
- uses: actions/setup-node@v2
11+
with:
12+
node-version: '12.x'
13+
registry-url: 'https://npm.pkg.github.com'
14+
scope: '@mutablelogic'
1015
- name: Install Go for ARM
1116
run: |
1217
install -d ${RUNNER_TEMP}/go

0 commit comments

Comments
 (0)