Skip to content

Commit

Permalink
TCS-1284 build: use node v18 for ci/cd (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jyann authored Jan 8, 2024
1 parent 7f4f839 commit 0b3109b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'npm'

- name: NPM Install
Expand Down

0 comments on commit 0b3109b

Please sign in to comment.