Skip to content

Commit 836c6d5

Browse files
committed
chore(nodejs): github actions for running tests and publish package
1 parent 71f0e65 commit 836c6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020

2121
- name: Install dependencies
2222
run: npm ci

0 commit comments

Comments
 (0)