Skip to content

Commit

Permalink
Update node to 18.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Nov 24, 2023
1 parent 53b8819 commit 2526e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: dcodeIO/setup-node-nvm@master
with:
node-version: 18.12
node-version: 18.17
- name: Install Dependencies
run: sudo apt-get -y install libsecret-1-dev
- name: Gradle caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: dcodeIO/setup-node-nvm@master
with:
node-version: 18.12
node-version: 18.17
- name: Install Dependencies
run: sudo apt-get -y install libsecret-1-dev
- name: Gradle caches
Expand Down

0 comments on commit 2526e04

Please sign in to comment.