Skip to content

Commit afeb48d

Browse files
ci: Use node_modules linker with Yarn and bump node to 24.x.
1 parent 056d25d commit afeb48d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/node-ci.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
path: dist
177177
- uses: actions/setup-node@v4
178178
with:
179-
node-version: "16.x"
179+
node-version: "24.x"
180180
registry-url: "https://registry.npmjs.org"
181181
- name: Ensure that Yarn V3 dependencies are installed
182182
run: yarn install

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ plugins:
55
spec: "@yarnpkg/plugin-version"
66

77
yarnPath: .yarn/releases/yarn-3.3.1.cjs
8+
nodeLinker: node-modules

0 commit comments

Comments
 (0)