Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/setup-node from v2.1.2 to v2.1.5 #2

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
run: git config --global core.autocrlf input
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.5
with:
node-version: 10.x
- name: Determine Yarn cache
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
sudo apt-get install -y --no-install-recommends snapcraft flatpak-builder elfutils
ci/install_runtimes.sh
- name: Use Node.js 10.x
uses: actions/setup-node@v2.1.2
uses: actions/setup-node@v2.1.5
with:
node-version: 10.x
- name: Determine Yarn cache
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
# steps:
# - uses: actions/checkout@v1
# - name: Use Node.js 12.x
# uses: actions/setup-node@v2.1.2
# uses: actions/setup-node@v2.1.5
# with:
# node-version: 12.x
# - name: Cache node_modules
Expand Down