Skip to content

Commit bf1f819

Browse files
committed
chore: run as root in container
1 parent 8f949a1 commit bf1f819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
container:
1212
image: node:16.13.1-alpine
13+
options: --user root
1314

1415
steps:
1516
- name: Check out code

0 commit comments

Comments
 (0)