diff options
author | Vendicated <vendicated@riseup.net> | 2023-04-06 03:33:16 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2023-04-06 03:34:02 +0200 |
commit | 2672dea8e361e8216b9459ac5dac97d36a47e412 (patch) | |
tree | 2bdc564c134cc2981625fc2a3ca020b12e38b08f /.github | |
parent | 63f5b0a6639bc0bbedd4420193a3772269db25aa (diff) | |
download | Vencord-2672dea8e361e8216b9459ac5dac97d36a47e412.tar.gz Vencord-2672dea8e361e8216b9459ac5dac97d36a47e412.tar.bz2 Vencord-2672dea8e361e8216b9459ac5dac97d36a47e412.zip |
ci: bump action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14f3084..83fc57c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json - name: Use Node.js 18 - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 18 cache: "pnpm" |