Skip to content

Commit ca3b31c

Browse files
committed
changing node version on yml
1 parent 183cd35 commit ca3b31c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v1
1313
with:
14-
node-version: 18.17.1
14+
node-version: 18
1515
- run: npm ci
1616
- run: npm run build
1717
- run: npm run test
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-node@v1
2525
with:
26-
node-version: 18.17.1
26+
node-version: 18
2727
- run: npm ci
2828
- run: npm run build
2929
- run: npx jest --config __backend-tests__/jest.config.js --verbose

0 commit comments

Comments
 (0)