We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51811d0 commit 37f7ccfCopy full SHA for 37f7ccf
.github/workflows/ci-darwin-arm64v8.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: ${{ matrix.nodejs_version }}
29
architecture: ${{ matrix.nodejs_arch }}
30
- name: Checkout
31
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
32
- name: Install
33
run: npm install --build-from-source --unsafe-perm
34
- name: Test
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
- name: Fix working directory ownership
90
if: matrix.container
91
run: chown root.root .
0 commit comments