Skip to content

Commit

Permalink
chore(release): use node 18.17 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Oct 6, 2023
1 parent 22236b4 commit 24ff2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

env:
PNPM_VERSION: 7.33.6
PNPM_VERSION: 8.8.0

jobs:
release:
Expand All @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v3.8.1
with:
node-version: 16
node-version: 18.17
registry-url: 'https://registry.npmjs.org'
cache: pnpm

Expand Down

0 comments on commit 24ff2f0

Please sign in to comment.