1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

update node version

This commit is contained in:
codecalm
2023-05-10 01:15:47 +02:00
parent 7a0cff36e6
commit f5c4ed4d6d
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ on:
env:
FORCE_COLOR: 2
NODE: 16
NODE: 18
jobs:
bundlewatch:

View File

@@ -15,10 +15,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 16
- name: Setup Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install Dependencies
run: yarn

View File

@@ -5,7 +5,7 @@ on:
types: [ opened, reopened ]
env:
NODE: 16
NODE: 18
permissions:
contents: read