Skip to content

Commit 8f254a5

Browse files
committed
ci(github): deploy using node 18.x
1 parent d457668 commit 8f254a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
CI: true
55
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
66
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
7-
DEPLOY_NODE_VERSION: 16.x
7+
DEPLOY_NODE_VERSION: 18.x
88
jobs:
99
build-and-test:
1010
name: Build and Test

0 commit comments

Comments
 (0)