Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Oct 26, 2023
2 parents 9d8ffa9 + 2a2d8b9 commit 104867d
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 230 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: node-version
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- name: Use node
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
cache: "npm"
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
id: node-version
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
- name: Use node
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
with:
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
20.9.0
Loading

0 comments on commit 104867d

Please sign in to comment.