Skip to content

Commit 64a338f

Browse files
chore(deps): update all non-major dependencies
1 parent 5bd49ab commit 64a338f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"installDirectlyFromGitHubRelease": true,
1010
"version": "latest"
1111
},
12-
"ghcr.io/devcontainers/features/node:1.6.1": {
12+
"ghcr.io/devcontainers/features/node:1.6.2": {
1313
"nodeGypDependencies": true,
1414
"version": "lts"
1515
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
2727
with:
28-
node-version: '18'
28+
node-version: '18.20.8'
2929
cache: pnpm
3030

3131
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
1919
with:
20-
node-version: '18'
20+
node-version: '18.20.8'
2121
registry-url: https://registry.npmjs.org/
2222
- run: npm i -g pnpm @antfu/ni
2323
- run: nci

0 commit comments

Comments
 (0)