Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
chore: Bump CI node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-valenta committed Apr 19, 2021
1 parent bd1d25a commit ff1b3fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
steps:
# Setup environment and checkout the project master
- name: Setup Node.js environment
uses: actions/setup-node@v1.4.4
uses: actions/setup-node@v2
with:
registry-url: "https://npm.pkg.github.com"
scope: "@superfaceai"
always-auth: true
node-version: '14'

- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -42,11 +43,12 @@ jobs:
steps:
# Setup environment and checkout the project master
- name: Setup Node.js environment
uses: actions/setup-node@v1.4.4
uses: actions/setup-node@v2
with:
registry-url: "https://npm.pkg.github.com"
scope: "@superfaceai"
always-auth: true
node-version: '14'

- name: Checkout
uses: actions/[email protected]
Expand Down Expand Up @@ -76,11 +78,12 @@ jobs:
steps:
# Setup environment and checkout the project master
- name: Setup Node.js environment
uses: actions/setup-node@v1.4.4
uses: actions/setup-node@v2
with:
registry-url: "https://npm.pkg.github.com"
scope: "@superfaceai"
always-auth: true
node-version: '14'

- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit ff1b3fa

Please sign in to comment.