1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00

ci: upgrade gh actions checkout and setup-node to v4 (#8168)

fix: usage of `node12 which is deprecated`
This commit is contained in:
Hamir Mahal 2024-07-08 01:56:25 -07:00 committed by GitHub
parent db2c235cd4
commit f5221d521b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -9,9 +9,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js 18.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install and test