diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-11-21 12:57:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-21 12:57:18 +0100 |
commit | 02191fe8972d3bc2a3ab64138b150283c72c6696 (patch) | |
tree | 9f6a31ecf32bf4badf6f0729e9218fbdbab7bbf8 /.github/workflows/push-test.yml | |
parent | bbcfb260b3717c943244d889c5d8d819efa576f9 (diff) | |
download | FlightCore-02191fe8972d3bc2a3ab64138b150283c72c6696.tar.gz FlightCore-02191fe8972d3bc2a3ab64138b150283c72c6696.zip |
chore: Bump actions/setup-node to v3 (#62)
Diffstat (limited to '.github/workflows/push-test.yml')
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 141a4287..ec5fde87 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: 16 - name: install Rust stable |