Skip to content

Commit b0d5298

Browse files
authored
Merge pull request #165 from alefragnani/copilot/fix-164
Fix GitHub Actions build issues by updating workflow and dependencies
2 parents be8b227 + a5f46c3 commit b0d5298

File tree

3 files changed

+646
-3128
lines changed

3 files changed

+646
-3128
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
submodules: true
1919
- name: Install Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: 16.x
22+
node-version: 20.x
2323
- run: npm install
2424
- run: xvfb-run -a npm test
2525
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)