Skip to content

Commit

Permalink
Merge pull request #484 from nextcloud/use-node-18-for-release
Browse files Browse the repository at this point in the history
Use node 18 for release
  • Loading branch information
SwikritiT authored Sep 5, 2023
2 parents ce4d3e5 + 5399472 commit d602bc1
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 @@ -12,10 +12,10 @@ jobs:
APP_ID: integration_openproject
runs-on: ubuntu-latest
steps:
- name: Use Node 14
- name: Use Node 18
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Set up npm
run: npm i -g npm
Expand Down

0 comments on commit d602bc1

Please sign in to comment.