Skip to content

Commit 7252b1b

Browse files
authored
Update pipeline.yml
1 parent 7408f66 commit 7252b1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ on:
77
branches: [ "main" ]
88
pull_request:
99
branches: [ "main" ]
10-
env:
11-
NODE_VERSION: 22.x
1210
jobs:
1311
install:
1412
name: Install
1513
runs-on: ubuntu-latest
1614
strategy:
1715
matrix:
18-
node-version: ["$NODE_VERSION"]
16+
node-version: [22.x]
1917
steps:
2018
- uses: actions/checkout@v4
2119
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)