Skip to content

Commit 3fa7138

Browse files
committed
fix: Update Node.js version in GitHub Actions workflow to 20
1 parent 1e8176f commit 3fa7138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Node.js
1313
uses: actions/setup-node@v3
1414
with:
15-
node-version: '14.x'
15+
node-version: '20'
1616

1717
- name: Install Node.js dependencies
1818
run: npm install --force

0 commit comments

Comments
 (0)