Skip to content

Commit

Permalink
ci: bump node version on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Aug 6, 2024
1 parent 1a24ac2 commit e47f4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: "Clean install"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# # Install the cosign tool except on PR
# # https://github.com/sigstore/cosign-installer
Expand Down

0 comments on commit e47f4b4

Please sign in to comment.