Skip to content

Commit ee8b986

Browse files
committed
ci: update Node to 18, force npm 9.9.0 for legacy monorepo compatibility
1 parent 8624f79 commit ee8b986

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup Node
15-
uses: actions/setup-node@v2
15+
uses: actions/setup-node@v4
1616
with:
17-
node-version: '14.x'
17+
node-version: '18.x'
18+
cache: 'npm'
1819
scope: '@foo-software'
20+
- name: Use stable npm version
21+
run: npm install -g npm@9.9.0
1922
- name: Install
2023
run: |
2124
npm ci

0 commit comments

Comments
 (0)