mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Build/Test Tools: Update actions within test workflows to the latest versions.
This updates two published GitHub actions to their latest versions: - `actions/setup-node` from `v1` to `v2`. - `styfle/cancel-workflow-action` from `0.5.0` to `0.8.0`. See #50401. git-svn-id: https://develop.svn.wordpress.org/trunk@50387 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -98,7 +98,7 @@ jobs:
|
||||
svn --version
|
||||
|
||||
- name: Install NodeJS
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user