Skip to content

Commit

Permalink
fix: update node
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Apr 26, 2024
1 parent 965bbb2 commit d03091e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continous integration
name: Continuous integration
on:
pull_request:
push:
Expand Down Expand Up @@ -34,10 +34,10 @@ jobs:
needs: [test, cs]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: lts
- run: >
npx
-p "@semantic-release/commit-analyzer"
Expand Down
2 changes: 0 additions & 2 deletions src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ public function createBuildContext(

$context->from($this->baseImage);
$context->run('apk add --update --no-cache jq');
$context->run('mkdir -p /runtime && chown nobody:nobody /runtime');
$context->volume('/runtime');
$context->copyFromLayer("/project", "0", "/build");

$context->add('/entrypoint.sh', $this->createEntrypoint($entryScript));
Expand Down

0 comments on commit d03091e

Please sign in to comment.