1 parent 1bf2789 commit 95e985dCopy full SHA for 95e985d
1 file changed
.github/workflows/build.yml
@@ -12,12 +12,12 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [18.x]
+ node-version: [22.x]
16
17
steps:
18
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: npm
0 commit comments