Skip to content

Commit

Permalink
chore: bump node version in github action workflow scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
F-OBrien committed Aug 7, 2024
1 parent a248c62 commit 5fdbebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18.14
- name: Install dependencies
run: yarn install
env:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v2-beta
with:
node-version: 16
node-version: 18.14
- name: Install dependencies
run: yarn install
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Semantic Release
name: Semantic Release

on:
push:
Expand All @@ -12,10 +12,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18.14
- name: Install dependencies
run: yarn
- name: Semantic release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release@18
run: npx semantic-release@18

0 comments on commit 5fdbebe

Please sign in to comment.