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 21, 2021
1 parent ff1b3fa commit ef5d58b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- 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"
# Defaults to the user or organization that owns the workflow file
scope: "@superfaceai"
node-version: '14'


# Install dependencies and run test
- name: Install dependencies
Expand Down

0 comments on commit ef5d58b

Please sign in to comment.