Skip to content

Commit 8d5d0bb

Browse files
authored
chore: update workflow (#99)
1 parent 35ca93e commit 8d5d0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '14.x'
12+
node-version: '20.x'
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm install
1515
- run: npm run build:lib

0 commit comments

Comments
 (0)