Skip to content

Commit

Permalink
CI: Node.js v23 (#53)
Browse files Browse the repository at this point in the history
* Test on Node.js v23

* Lose the arm

* actions/checkout@v4
  • Loading branch information
cclauss authored Jan 21, 2025
1 parent a7d2440 commit aa7f6c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ jobs:
matrix:
status: ['current']
os:
- ubuntu-20.04
- ubuntu-22.04
node-version:
- 12.x
- 14.x
- 16.x
- 18.x
- 20.x
- 22.x
- 23.x
include:
- os: ubuntu-20.04
node-version: 8.x
Expand All @@ -25,7 +26,7 @@ jobs:
node-version: 10.x
status: 'deprecated'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: 'Install apt packages'
shell: bash
run: |
Expand Down

0 comments on commit aa7f6c2

Please sign in to comment.