Skip to content

Commit

Permalink
Merge pull request #347 from VKCOM/pavelnikitin/feature/update-node-v…
Browse files Browse the repository at this point in the history
…ersion

Update publish.yml
  • Loading branch information
pasha-nikitin-2003 authored Jan 31, 2024
2 parents 3289fb4 + b8e7cac commit a03e4ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.DEVTOOLS_GITHUB_TOKEN }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: 'yarn'
always-auth: true
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit a03e4ca

Please sign in to comment.