Skip to content

Commit

Permalink
ci: Updates setup-node action (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Jul 30, 2023
1 parent 746b700 commit 72420d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: "18"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Semantic Release
run: npx semantic-release
env:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: "Install Node"
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "16.x"
- name: "Install Deps"
Expand Down

0 comments on commit 72420d6

Please sign in to comment.