mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore(deps): update actions/setup-node action to v3
This commit is contained in:
committed by
Joachim Van Herwegen
parent
3b353affb1
commit
9f6fdab0be
2
.github/workflows/schedule.yml
vendored
2
.github/workflows/schedule.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- name: Use Node.js 16.x
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
- name: Check out the project
|
||||
|
||||
Reference in New Issue
Block a user