Skip to content

Commit

Permalink
chore(workflow): update github actions to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln authored and Desplandis committed Oct 11, 2023
1 parent a260109 commit 5143c25
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

# Use specific Node.js version
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'

# Install packages
Expand Down Expand Up @@ -85,10 +85,10 @@ jobs:

# Use specific Node.js version
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'

# Install packages
Expand All @@ -115,10 +115,10 @@ jobs:

# Use specific Node.js version
- uses: actions/checkout@v3
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'

# Install packages
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/

- run: npm ci
Expand Down Expand Up @@ -257,10 +257,10 @@ jobs:

- uses: actions/checkout@v3

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

- name: Message commit
run: echo "is RELEASE => ${{ github.event.head_commit.message }} !!"
Expand Down

0 comments on commit 5143c25

Please sign in to comment.