Skip to content

Commit b812327

Browse files
chore: fix node version (#46)
1 parent bfed790 commit b812327

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: lts/*
16-
check-latest: true
15+
node-version: 20.2.0
1716
- run: npm install --no-package-lock
1817
name: Install dependencies
1918
- run: npm run build

0 commit comments

Comments
 (0)