Skip to content

Commit

Permalink
Update on-merge-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makserik authored Jan 24, 2024
1 parent 5e5136b commit 37d8886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16
- name: Setup Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
- name: Update npm to 8.x
node-version: 20
- name: Update npm to 10.x
run: |
npm i -g npm@8
npm i -g npm@10
- name: Install Dependencies
run: npm install
- name: Setup CI Git User
Expand Down

0 comments on commit 37d8886

Please sign in to comment.