Skip to content

Commit

Permalink
Upgrade setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
kj800x committed Jan 12, 2024
1 parent 78b9f2b commit 4e9226c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Clone Repo
uses: actions/checkout@master
- name: Setup Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: NPM Install
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Clone Repo
uses: actions/checkout@master
- name: Setup Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: NPM Install
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Clone Repo
uses: actions/checkout@master
- name: Setup Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: NPM Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Clone Repo
uses: actions/checkout@master
- name: Setup Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: NPM Install
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Clone Repo
uses: actions/checkout@master
- name: Setup Node.js 20
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Build Project
Expand Down

0 comments on commit 4e9226c

Please sign in to comment.