diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a33132..4579bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 20 + node-version: 20.20.0 - name: find pnpm cache path id: cache @@ -54,7 +54,7 @@ jobs: - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 20 + node-version: 20.20.0 - name: find pnpm cache path id: cache @@ -83,7 +83,7 @@ jobs: - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 20 + node-version: 20.20.0 - name: find pnpm cache path id: cache @@ -112,7 +112,7 @@ jobs: - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 with: - node-version: 20 + node-version: 20.20.0 - name: find pnpm cache path id: cache diff --git a/mise.toml b/mise.toml index 126f680..f185b05 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,2 @@ [tools] -node = "20" +node = "v20.20.1"