Skip to content

Commit

Permalink
use node 18 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Apr 17, 2024
1 parent d6ba72c commit b87a9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/set-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js 14
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install Utilities
run: yarn install
Expand Down

0 comments on commit b87a9af

Please sign in to comment.