Skip to content

build(deps): bump @types/node from 25.4.0 to 25.5.0 #1107

build(deps): bump @types/node from 25.4.0 to 25.5.0

build(deps): bump @types/node from 25.4.0 to 25.5.0 #1107

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# GitHub recommends pinning actions to a commit SHA.
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.
# Build a Docker image whenever it is pushed to master
name: Docker Image CI
permissions:
contents: read
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Build the Docker image
run: docker build --pull . -f Dockerfile -t pairdrop