Skip to content

Commit 2df48df

Browse files
Removing Node 20 from github actions as it reached EOL in April 2026
1 parent 2934179 commit 2df48df

2 files changed

Lines changed: 97 additions & 68 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x]
14+
node-version: [22.x]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -26,6 +26,6 @@ jobs:
2626
yarn install
2727
yarn run lint
2828
yarn run test
29-
yarn audit
29+
yarn audit --level moderate
3030
- name: Run validation
3131
run: ./bin/validate_browser.sh

0 commit comments

Comments
 (0)