Skip to content

Commit ef00828

Browse files
authored
Merge pull request #315 from makermelissa/main
Bump node to 18 for publish
2 parents e4ee7bd + 8591c4a commit ef00828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 16
33+
node-version: 18
3434
cache: 'npm'
3535
- run: npm ci
3636
- run: npm run build

0 commit comments

Comments
 (0)