Skip to content

Commit

Permalink
update CI workflows to address nodejs 16 deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
LKSeng committed Apr 7, 2024
1 parent 221c1b7 commit 88f35bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Build docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
file: ./Dockerfile
push: false

0 comments on commit 88f35bb

Please sign in to comment.