Skip to content

Commit

Permalink
update ci action versions, use lts
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Jul 17, 2024
1 parent 09b8b45 commit df88c95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Prepare repository
run: git fetch --unshallow --tags

- uses: actions/setup-node@v4
with:
node-version: 'latest'
node-version: 'lts'
cache: 'yarn'

# allow the lock file to change (updating our own workspace versions in monorepo)
Expand All @@ -26,7 +26,7 @@ jobs:
- run: yarn test

# commit back the lock file change if it works
- uses: stefanzweifel/git-auto-commit-action@v4
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply yarn.lock changes

Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["arcanis.vscode-zipfs", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
}

0 comments on commit df88c95

Please sign in to comment.