Skip to content

Commit a076052

Browse files
committed
ci: deploy using node 20
1 parent 0e3a618 commit a076052

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: 19.x
7+
DEPLOY_NODE_VERSION: 20.x
88
jobs:
99
build-and-test:
1010
name: Build and Test

0 commit comments

Comments
 (0)