Skip to content

Commit 6e54fef

Browse files
authored
Merge branch 'main' into update-webhook-verify
2 parents 5bdbafa + 7161e56 commit 6e54fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v1
10+
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 16.x
12+
node-version: 18
1313
- run: npm ci
1414
- run: npm run lint
1515
- run: npm run build

0 commit comments

Comments
 (0)