Skip to content

Commit

Permalink
Upgrade to Node 18 in the release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
travisgosselin committed Jan 16, 2023
1 parent f3e2953 commit ec58b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
uses: mikefarah/[email protected]
with:
cmd: yq eval-all '. as $item ireduce ({}; . *+ $item)' rulesets/src/*.ruleset.yml >> sps-api-standards.spectral.yml
- name: use node.js 16
- name: use node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: install release plugins
run: npm install -g semantic-release @semantic-release/git -D
- name: semantic release
Expand Down

0 comments on commit ec58b47

Please sign in to comment.