Skip to content

Commit 47fcd86

Browse files
authored
Add ubuntu-24.04-arm to the testing
```diff + - os: ubuntu-24.04-arm + node-version: 22.x + status: 'current' ```
1 parent aa7f6c2 commit 47fcd86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- os: ubuntu-20.04
2626
node-version: 10.x
2727
status: 'deprecated'
28+
- os: ubuntu-24.04-arm
29+
node-version: 22.x
30+
status: 'current'
2831
steps:
2932
- uses: actions/checkout@v4
3033
- name: 'Install apt packages'

0 commit comments

Comments
 (0)