Skip to content

Commit

Permalink
ci: add nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 29, 2024
1 parent 79916fd commit d412e6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/prebuild-devcontainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.JS
uses: actions/setup-node@v4
with:
node-version: "20"

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit d412e6a

Please sign in to comment.