Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Commit 982aa26

Browse files
author
Brent Schmidt
committed
build(actions): Use Node 20
1 parent d67db80 commit 982aa26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '16.x'
14+
node-version: '20.x'
1515
cache: 'npm'
1616
registry-url: 'https://registry.npmjs.org'
1717
scope: '@oreillymedia'

0 commit comments

Comments
 (0)