Skip to content

Commit

Permalink
build: update Node version for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed Mar 5, 2024
1 parent 952aae0 commit 72cc0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/composite-actions/install/action.yml
Expand Up @@ -12,13 +12,10 @@ inputs:
runs:
using: composite
steps:
- name: Set up pnpm
uses: pnpm/action-setup@v2

- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: '.node-version'
cache: pnpm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .node-version
@@ -1 +1 @@
18.x
20.9.x

0 comments on commit 72cc0f5

Please sign in to comment.