File tree 4 files changed +3
-7
lines changed
4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 21
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
22
steps :
23
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
26
26
# Install dependencie using the runners shell
27
27
- name : Install dependencies
Original file line number Diff line number Diff line change 19
19
- name : Checkout code
20
20
uses : actions/checkout@v4
21
21
22
- - name : Setup Node.js
23
- uses : actions/setup-node@v3
24
- with :
25
- node-version : " lts/*"
26
-
27
22
- name : Install dependencies
28
- run : npm ci
23
+ run : npm install
29
24
30
25
- name : Build NPM package
31
26
run : npm run build
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " next-css-obfuscator" ,
3
+ "version" : " 3.0.0-b1" ,
3
4
"description" : " A package deeply inspired by PostCSS-Obfuscator but for Next.js." ,
4
5
"main" : " dist/index.js" ,
5
6
"type" : " commonjs" ,
You can’t perform that action at this time.
0 commit comments