We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f79e89 commit 68d59a2Copy full SHA for 68d59a2
.github/workflows/ci.yml
@@ -14,14 +14,14 @@ jobs:
14
runs-on: ubuntu-22.04
15
strategy:
16
matrix:
17
- node-version: ['16.x']
+ node-version: ['20.x']
18
firefox-version: ['latest']
19
steps:
20
- name: Checkout Repo
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
23
- name: Use Node.js ${{ matrix['node-version'] }}
24
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
25
with:
26
node-version: ${{ matrix['node-version'] }}
27
# Enabling the cache reduces the "Install dependencies" step by 1m30,
0 commit comments