Skip to content

Commit 104867d

Browse files
committed
Merge branch 'main' into next
2 parents 9d8ffa9 + 2a2d8b9 commit 104867d

File tree

4 files changed

+272
-230
lines changed

4 files changed

+272
-230
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: node-version
1717
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
1818
- name: Use node
19-
uses: actions/setup-node@v3.8.1
19+
uses: actions/setup-node@v4.0.0
2020
with:
2121
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
2222
cache: "npm"
@@ -52,7 +52,7 @@ jobs:
5252
id: node-version
5353
run: echo ::set-output name=NODE_VERSION::$(cat .nvmrc)
5454
- name: Use node
55-
uses: actions/setup-node@v3.8.1
55+
uses: actions/setup-node@v4.0.0
5656
with:
5757
node-version: ${{ steps.node-version.outputs.NODE_VERSION }}
5858
cache: "npm"

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.0
1+
20.9.0

0 commit comments

Comments
 (0)