Skip to content

Commit

Permalink
update actions, upgrade node to 20.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed May 16, 2024
1 parent 2c37705 commit 07bd5d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install qemu dependency
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
run: podman save -o /tmp/image.tar ${{ env.IMAGE_NAME }}:${{ matrix.platform.tag }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: image-${{ matrix.platform.tag }}
path: /tmp/image.tar
Expand All @@ -60,7 +60,7 @@ jobs:
environment: production
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Setup podman and buildah
uses: zyclonite/setup-podman@v1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.1.0-alpine
FROM node:22.2.0-alpine

RUN mkdir -p /drone/volume \
&& touch /drone/volume/npmrc \
Expand Down

0 comments on commit 07bd5d5

Please sign in to comment.