Skip to content

Commit a29d385

Browse files
committed
ci: update workflows config.
1 parent 61f1edb commit a29d385

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
registry-url: 'https://registry.npmjs.org'
1616

17+
- run: node -v
18+
- run: npm -v
1719
- run: npm install
1820
- run: npm run build
1921
- run: npm run coverage

0 commit comments

Comments
 (0)