Skip to content

Commit

Permalink
lock node to 18.18 in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 11, 2023
1 parent d49c342 commit c3d34cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '18.18'
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit c3d34cf

Please sign in to comment.