We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37425c5 commit 35752fbCopy full SHA for 35752fb
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- node_version: ["16", "18", "20", "22"]
+ node_version: ["18", "20", "22", "24"]
11
steps:
12
- uses: actions/checkout@v2
13
- name: Build the Docker image
0 commit comments