Skip to content

Commit aa7f6c2

Browse files
authored
CI: Node.js v23 (#53)
* Test on Node.js v23 * Lose the arm * actions/checkout@v4
1 parent a7d2440 commit aa7f6c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ jobs:
99
matrix:
1010
status: ['current']
1111
os:
12-
- ubuntu-20.04
12+
- ubuntu-22.04
1313
node-version:
1414
- 12.x
1515
- 14.x
1616
- 16.x
1717
- 18.x
1818
- 20.x
1919
- 22.x
20+
- 23.x
2021
include:
2122
- os: ubuntu-20.04
2223
node-version: 8.x
@@ -25,7 +26,7 @@ jobs:
2526
node-version: 10.x
2627
status: 'deprecated'
2728
steps:
28-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
2930
- name: 'Install apt packages'
3031
shell: bash
3132
run: |

0 commit comments

Comments
 (0)