nodejs-pkg - Bump actions/setup-node@v3.6.0 & actions/checkout@v3.5.3 (#4864)
Summary: This diff bumps `actions/setup-node@v3.6.0` & `actions/checkout@v3.5.3` ### Ref.: - `actions/checkout@v3.5.3` changelog: https://github.com/actions/checkout/releases/tag/v3.5.3 - `actions/setup-node@v3.6.0` changelog: https://github.com/actions/setup-node/releases/tag/v3.6.0 ## Changelog: [GENERAL] [SECURITY] - [Actions] `nodejs-pkg` - Bump `actions/setup-node@v3.6.0` & `actions/checkout@v3.5.3` Pull Request resolved: https://github.com/facebook/flipper/pull/4864 Test Plan: - Workflow should run and work as usual. Reviewed By: aigoncharov Differential Revision: D47755938 Pulled By: passy fbshipit-source-id: 882ce213a6f7ad0918e97315d6dc08d6c17963a3
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8118eee4ab
commit
1212e52821
9
.github/workflows/nodejs-pkg.yml
vendored
9
.github/workflows/nodejs-pkg.yml
vendored
@@ -1,18 +1,15 @@
|
|||||||
name: PKG Node CI
|
name: PKG Node CI
|
||||||
|
# This actions runs on 'git push' and PRs
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
pkg-directory: ./desktop/pkg
|
pkg-directory: ./desktop/pkg
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3.5.3
|
||||||
- uses: actions/setup-node@v1
|
- uses: actions/setup-node@v3.6.0
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
- name: install
|
- name: install
|
||||||
|
|||||||
Reference in New Issue
Block a user