mirror of
https://github.com/gchq/CyberChef
synced 2024-12-29 14:03:10 +00:00
GitHub actions update
This commit is contained in:
parent
f6f12fc193
commit
bca296ee37
3 changed files with 3 additions and 3 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Set node version
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
|
|
2
.github/workflows/pull_requests.yml
vendored
2
.github/workflows/pull_requests.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Set node version
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
|
|
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Set node version
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
node-version: '16.x'
|
||||
|
||||
- name: Install
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue