Skip to content

Commit 68d59a2

Browse files
Update GitHub CI to use latest node LTS which is 20.x (#5479)
1 parent 3f79e89 commit 68d59a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
runs-on: ubuntu-22.04
1515
strategy:
1616
matrix:
17-
node-version: ['16.x']
17+
node-version: ['20.x']
1818
firefox-version: ['latest']
1919
steps:
2020
- name: Checkout Repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Use Node.js ${{ matrix['node-version'] }}
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix['node-version'] }}
2727
# Enabling the cache reduces the "Install dependencies" step by 1m30,

0 commit comments

Comments
 (0)