Skip to content

Commit

Permalink
Attempt to get rid of warnings in release build
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardMoyse committed Mar 22, 2024
1 parent f569e10 commit 513d994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- name: Checkout
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Release Version
id: release_version
uses: battila7/get-version-action@v2
run: echo "version-without-v=${GITHUB_REF_NAME#v}" >> "$GITHUB_OUTPUT"

- name: Docker Hub Login
uses: docker/login-action@v2
Expand Down

0 comments on commit 513d994

Please sign in to comment.